--- logfile.c.orig	Mon Aug 12 18:15:34 2002
+++ logfile.c	Mon Aug 12 18:15:59 2002
@@ -52,8 +52,8 @@
 /* Most systems have these variables but do not declare them. On many
    of those systems that _do_ declare them, it won't hurt */
 
-extern int sys_nerr;
 #if !defined(__NetBSD__) && !defined( __FreeBSD__ ) && !defined(__OpenBSD__) && !defined(__GLIBC__) && !defined(__MACH__)
+extern int sys_nerr;
 extern char *sys_errlist[];
 #endif
 
