From 930c87d7956c40e2eb457cb630c905e88a475265 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 13 Nov 1994 21:27:30 +0000 Subject: [PATCH] (C_SWITCH_SYSTEM) [__GNUC__]: Set -D_BSD to get the correct definitions from sys/wait.h. --- src/s/hpux9.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5