diff options
Diffstat (limited to 'misc/fd')
-rw-r--r-- | misc/fd/patches/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/fd/patches/patch-ab b/misc/fd/patches/patch-ab new file mode 100644 index 00000000000..c8bcdf4a41a --- /dev/null +++ b/misc/fd/patches/patch-ab @@ -0,0 +1,11 @@ +--- input.c.BAK Thu Oct 23 22:11:36 1997 ++++ input.c Thu Oct 23 22:11:49 1997 +@@ -21,7 +21,7 @@ + extern int sorton; + extern int minfilename; + extern int inputkcode; +-#ifndef DECLERRLIST ++#if 0 + extern char *sys_errlist[]; + #endif + |