diff options
Diffstat (limited to 'www/harvest/files/patch-ac')
-rw-r--r-- | www/harvest/files/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/harvest/files/patch-ac b/www/harvest/files/patch-ac new file mode 100644 index 000000000000..a525ee60884b --- /dev/null +++ b/www/harvest/files/patch-ac @@ -0,0 +1,12 @@ +--- ./src/gatherer/essence/file/print.c.orig Sun Oct 20 17:44:09 2002 ++++ ./src/gatherer/essence/file/print.c Sun Oct 20 17:44:18 2002 +@@ -77,8 +77,8 @@ + warning(f, a) + char *f, *a; + { +- extern int errno, sys_nerr; + #if !defined(__FreeBSD__) && !defined(__NetBSD__) ++ extern int errno, sys_nerr; + extern char *sys_errlist[]; + #endif + int myerrno; |