diff options
author | hubertf <hubertf> | 1997-10-24 01:11:19 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-10-24 01:11:19 +0000 |
commit | 50d5f19dee70ed571f859b3e6661367344bbcb37 (patch) | |
tree | 98e494be0cbc97f9e4790da3574d68e26aa1dfca /misc/fd | |
parent | 6aac10e030a87f0db092a93926308976bf1e272b (diff) | |
download | pkgsrc-50d5f19dee70ed571f859b3e6661367344bbcb37.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 + |