--- ./actions.c.00 1999-04-26 15:49:36.000000000 +0200 +++ ./actions.c 2007-08-20 20:36:55.000000000 +0200 @@ -10,7 +10,7 @@ #include #if defined(HAVE_ERRNO_H) #include -#else defined(HAVE_SYS_ERRNO_H) +#elif defined(HAVE_SYS_ERRNO_H) #include #endif #include --- ./diffdata.c.00 1999-04-26 15:49:48.000000000 +0200 +++ ./diffdata.c 2007-08-20 20:38:14.000000000 +0200 @@ -16,7 +16,7 @@ #include #if defined(HAVE_ERRNO_H) #include -#else defined(HAVE_SYS_ERRNO_H) +#elif defined(HAVE_SYS_ERRNO_H) #include #endif #include --- ./twopane.c.00 1999-04-26 16:09:53.000000000 +0200 +++ ./twopane.c 2007-08-20 20:39:54.000000000 +0200 @@ -11,7 +11,7 @@ #include #if defined(HAVE_ERRNO_H) #include -#else defined(HAVE_SYS_ERRNO_H) +#elif defined(HAVE_SYS_ERRNO_H) #include #endif #include --- ./spawn.c.00 1999-04-26 15:59:39.000000000 +0200 +++ ./spawn.c 2007-08-20 20:39:13.000000000 +0200 @@ -46,7 +46,7 @@ #include #if defined(HAVE_ERRNO_H) #include -#else defined(HAVE_SYS_ERRNO_H) +#elif defined(HAVE_SYS_ERRNO_H) #include #endif #include "misc.h"