From 50ca2717e6b98590b90d72cf757e4dc1ee7b696d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 25 Jun 1994 19:07:17 +0000 Subject: [PATCH] (C_SWITCH_SYSTEM): Add -D_BSD. --- src/s/hpux9.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s/hpux9.h b/src/s/hpux9.h index efb50df5399..68b18129a4d 100644 --- a/src/s/hpux9.h +++ b/src/s/hpux9.h @@ -15,5 +15,5 @@ #ifndef __GNUC__ /* Make room for enough symbols, so dispnew.c does not fail. */ -#define C_SWITCH_SYSTEM -Wp,-H200000 +#define C_SWITCH_SYSTEM -Wp,-H200000 -D_BSD #endif -- 2.39.5