diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-23 15:18:34 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-23 15:18:34 +0000 |
commit | 7569b19c498dd57032e85bc43b9d4242be3b3a2f (patch) | |
tree | 59644b1cb64a01382dab2efad7616dc5b581f1d3 /editors/led/files/patch-src_complete.c | |
parent | Add unixODBC support for 5.x+ (diff) |
Fix build with gcc-3.4
Diffstat (limited to '')
-rw-r--r-- | editors/led/files/patch-src_complete.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/led/files/patch-src_complete.c b/editors/led/files/patch-src_complete.c new file mode 100644 index 000000000000..ed492a2e9903 --- /dev/null +++ b/editors/led/files/patch-src_complete.c @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- src/complete.c.orig Mon Aug 23 17:17:13 2004 ++++ src/complete.c Mon Aug 23 17:17:24 2004 +@@ -183,6 +183,7 @@ + sizeof(u_char *)); + } + next: ++ ; + } + comps[i] = NULL; + |