From: Richard M. Stallman Date: Sun, 13 Nov 1994 21:27:30 +0000 (+0000) Subject: (C_SWITCH_SYSTEM) [__GNUC__]: Set -D_BSD to get the X-Git-Tag: emacs-19.34~5950 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=930c87d7956c40e2eb457cb630c905e88a475265;p=emacs.git (C_SWITCH_SYSTEM) [__GNUC__]: Set -D_BSD to get the correct definitions from sys/wait.h. --- diff --git a/src/s/hpux9.h b/src/s/hpux9.h index aeea8555e79..32c9ae8fb35 100644 --- a/src/s/hpux9.h +++ b/src/s/hpux9.h @@ -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