diff options
Diffstat (limited to 'news/fidogate/files/patch-log.c')
-rw-r--r-- | news/fidogate/files/patch-log.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/news/fidogate/files/patch-log.c b/news/fidogate/files/patch-log.c new file mode 100644 index 000000000000..ad30c71429b0 --- /dev/null +++ b/news/fidogate/files/patch-log.c @@ -0,0 +1,12 @@ +--- src/common/log.c.orig Sun Feb 16 16:38:56 2003 ++++ src/common/log.c Wed Nov 19 16:24:20 2003 +@@ -69,8 +69,8 @@ + char *strerror(int errnum) + { + #ifndef OS2 +- extern int sys_nerr; + # ifndef __FreeBSD__ ++ extern int sys_nerr; + extern char *sys_errlist[]; + # endif + #endif |