blob: 5059853894ec2215d5deac7c36ce8e4361508052 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|