diff options
Diffstat (limited to 'news/fidogate4/files/patch-log.c')
-rw-r--r-- | news/fidogate4/files/patch-log.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/news/fidogate4/files/patch-log.c b/news/fidogate4/files/patch-log.c new file mode 100644 index 000000000000..5059853894ec --- /dev/null +++ b/news/fidogate4/files/patch-log.c @@ -0,0 +1,12 @@ +--- src/common/log.c.orig 2004-08-26 20:56:20 UTC ++++ src/common/log.c +@@ -69,8 +69,8 @@ static int must_openlog = TRUE; + char *strerror(int errnum) + { + #ifndef OS2 +- extern int sys_nerr; + # ifndef __FreeBSD__ ++ extern int sys_nerr; + extern char *sys_errlist[]; + # endif + #endif |