$NetBSD: patch-aa,v 1.2 2002/02/05 22:23:32 drochner Exp $ --- src/exec/libdx/message.c.orig Tue Feb 5 12:56:40 2002 +++ src/exec/libdx/message.c Tue Feb 5 13:05:08 2002 @@ -21,20 +21,18 @@ #include #include -#if defined(HAVE_SYS_ERRNO_H) -#include -#endif - #if defined(HAVE_ERRNO_H) #include +#elif defined(HAVE_SYS_ERRNO_H) +#include #endif +#if !defined(HAVE_SYS_ERRLIST) #if defined(HAVE__SYS_ERRLIST) #define sys_errlist _sys_errlist -#endif - -#if ! (defined(HAVE_SYS_ERRLIST) || defined(HAVE__SYS_ERRLIST)) +#else extern char *sys_errlist[]; +#endif #endif #if defined(HAVE_IO_H)