diff options
-rw-r--r-- | editors/led/files/patch-src_color.c | 13 | ||||
-rw-r--r-- | editors/led/files/patch-src_complete.c | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/editors/led/files/patch-src_color.c b/editors/led/files/patch-src_color.c new file mode 100644 index 000000000000..2d7b8dbc97e9 --- /dev/null +++ b/editors/led/files/patch-src_color.c @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- src/color.c.orig Mon Aug 23 17:16:34 2004 ++++ src/color.c Mon Aug 23 17:16:57 2004 +@@ -206,6 +206,7 @@ + } + } + out: ++ ; + } + + /* read in color configuration file */ 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; + |