summaryrefslogtreecommitdiff
path: root/editors/led/files/patch-src_complete.c
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-23 15:18:34 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-23 15:18:34 +0000
commit7569b19c498dd57032e85bc43b9d4242be3b3a2f (patch)
tree59644b1cb64a01382dab2efad7616dc5b581f1d3 /editors/led/files/patch-src_complete.c
parentAdd unixODBC support for 5.x+ (diff)
Fix build with gcc-3.4
Diffstat (limited to '')
-rw-r--r--editors/led/files/patch-src_complete.c13
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;
+