diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-10-24 01:11:19 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-10-24 01:11:19 +0000 |
commit | d2d04e808b7daacab0407eeea3c1433d48aa05cd (patch) | |
tree | 98e494be0cbc97f9e4790da3574d68e26aa1dfca /misc/fd | |
parent | 6d5da5669a37bad8445cd30413776dda019f9142 (diff) | |
download | pkgsrc-d2d04e808b7daacab0407eeea3c1433d48aa05cd.tar.gz |
do not define sys_errlist
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 + |