From: Richard M. Stallman Date: Fri, 8 Sep 1995 16:24:48 +0000 (+0000) Subject: (HAVE_UNISTD_H): Add #undef. X-Git-Tag: emacs-19.34~2854 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4a722d6c5368968a4db40222788b786e996ecbc6;p=emacs.git (HAVE_UNISTD_H): Add #undef. --- diff --git a/src/m/apollo.h b/src/m/apollo.h index 8212f7fc7c7..c405e201f8f 100644 --- a/src/m/apollo.h +++ b/src/m/apollo.h @@ -99,3 +99,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif #define OLDXMENU_OPTIONS ${C_SWITCH_MACHINE} + +/* In SR10.4, unistd.h has bad prototype for getpgrp, so we don't include it. */ +#undef HAVE_UNISTD_H