From: Richard M. Stallman Date: Fri, 5 May 1995 04:48:46 +0000 (+0000) Subject: (GETPGRP_NO_ARG): Defined. X-Git-Tag: emacs-19.34~4153 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d7c35c87b691d4cdc635c94172386f7322427731;p=emacs.git (GETPGRP_NO_ARG): Defined. --- 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'. */