]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_UNISTD_H): Add #undef.
authorRichard M. Stallman <rms@gnu.org>
Fri, 8 Sep 1995 16:24:48 +0000 (16:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 8 Sep 1995 16:24:48 +0000 (16:24 +0000)
src/m/apollo.h

index 8212f7fc7c7d00aaf443b0fbb3cc80c85c2bdd0a..c405e201f8fa98b2d947b3c19fb1089e44b0cb8c 100644 (file)
@@ -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