summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-09-08 16:24:48 +0000
committerRichard M. Stallman <rms@gnu.org>1995-09-08 16:24:48 +0000
commit4a722d6c5368968a4db40222788b786e996ecbc6 (patch)
tree32c9f6635e0b2653d65ebe1d7b5cfce33e800718
parent6d766abc91070e6e4a5f3e24cb4461e55a58b938 (diff)
downloademacs-4a722d6c5368968a4db40222788b786e996ecbc6.tar.gz
(HAVE_UNISTD_H): Add #undef.
-rw-r--r--src/m/apollo.h3
1 files changed, 3 insertions, 0 deletions
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