5037eb1601
- update to 5.7 PR: 243761 Submitted by: Sergey Anokhin
12 lines
289 B
C
12 lines
289 B
C
--- 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
|