# HG changeset patch # User Richard M. Stallman # Date 784762050 0 # Node ID 1065c769cf32c1cc89d053bcc62d5206062e18ef # Parent 031eb10a93461df80a5996d33e0908b7d83d9520 (C_SWITCH_SYSTEM) [__GNUC__]: Set -D_BSD to get the correct definitions from sys/wait.h. diff -r 031eb10a9346 -r 1065c769cf32 src/s/hpux9.h --- a/src/s/hpux9.h Sun Nov 13 20:54:28 1994 +0000 +++ b/src/s/hpux9.h Sun Nov 13 21:27:30 1994 +0000 @@ -16,6 +16,8 @@ #ifndef __GNUC__ /* Make room for enough symbols, so dispnew.c does not fail. */ #define C_SWITCH_SYSTEM -Wp,-H200000 -D_BSD +#else +#define C_SWITCH_SYSTEM -D_BSD #endif #if 0 /* These definitions run into a bug in hpux