From d7c35c87b691d4cdc635c94172386f7322427731 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 5 May 1995 04:48:46 +0000 Subject: [PATCH] (GETPGRP_NO_ARG): Defined. --- src/s/netbsd.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/s/netbsd.h b/src/s/netbsd.h index a51147c94bc..9fcb9b0672a 100644 --- a/src/s/netbsd.h +++ b/src/s/netbsd.h @@ -37,6 +37,8 @@ /* Netbsd has POSIX-style pgrp behavior. */ #undef BSD_PGRPS +#define GETPGRP_NO_ARG + #ifndef NO_SHARED_LIBS /* These definitions should work for either dynamic or static linking, whichever is the default for `cc -nostdlib'. */ -- 2.39.5