diff options
Diffstat (limited to 'src/syswait.h')
-rw-r--r-- | src/syswait.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syswait.h b/src/syswait.h index f317227b7ab..9b0a6899f87 100644 --- a/src/syswait.h +++ b/src/syswait.h @@ -90,7 +90,7 @@ Boston, MA 02111-1307, USA. */ #define WCOREDUMP(w) ((w&0200) != 0) #endif -#else +#else #ifdef BSD4_1 #include <wait.h> |