aboutsummaryrefslogtreecommitdiff
path: root/www/harvest/files/patch-src::gatherer::essence::file::print.c
diff options
context:
space:
mode:
Diffstat (limited to 'www/harvest/files/patch-src::gatherer::essence::file::print.c')
-rw-r--r--www/harvest/files/patch-src::gatherer::essence::file::print.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/harvest/files/patch-src::gatherer::essence::file::print.c b/www/harvest/files/patch-src::gatherer::essence::file::print.c
new file mode 100644
index 000000000000..bf01e67fa518
--- /dev/null
+++ b/www/harvest/files/patch-src::gatherer::essence::file::print.c
@@ -0,0 +1,12 @@
+--- src/gatherer/essence/file/print.c.orig Sat Dec 13 01:02:15 1997
++++ src/gatherer/essence/file/print.c Wed Nov 13 08:56:34 2002
+@@ -78,8 +78,8 @@
+ warning(f, a)
+ char *f, *a;
+ {
+- extern int errno, sys_nerr;
+ #ifdef NEED_SYS_ERRLIST
++ extern int errno, sys_nerr;
+ extern char *sys_errlist[];
+ #endif
+ int myerrno;