diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-20 13:31:44 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-20 13:31:44 +0000 |
commit | 3639a9cce1809d50e83746e4142c2b611666fd8a (patch) | |
tree | 8204a96149d1a0e1c213f61618b3debc294e682c /www/harvest/files/patch-src::gatherer::essence::file::print.c | |
parent | upgrade to 3.8.18 (diff) |
upgrade to 1.8.1
PR: 45458
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=70594
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.c | 12 |
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; |