summaryrefslogtreecommitdiff
path: root/misc/fd
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-10-24 01:11:19 +0000
committerhubertf <hubertf>1997-10-24 01:11:19 +0000
commit50d5f19dee70ed571f859b3e6661367344bbcb37 (patch)
tree98e494be0cbc97f9e4790da3574d68e26aa1dfca /misc/fd
parent6aac10e030a87f0db092a93926308976bf1e272b (diff)
downloadpkgsrc-50d5f19dee70ed571f859b3e6661367344bbcb37.tar.gz
do not define sys_errlist
Diffstat (limited to 'misc/fd')
-rw-r--r--misc/fd/patches/patch-ab11
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
+