summaryrefslogtreecommitdiff
path: root/src/m
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
commita0a3cb23d7170c36114071160d465995cb659678 (patch)
tree846bcc6409a71880727dadb24cb53e290d8f1adc /src/m
parentfbd0aa2a0f702187fad5dc5796f1c1628d56eb46 (diff)
downloademacs-a0a3cb23d7170c36114071160d465995cb659678.tar.gz
(HAVE_UNISTD_H): Add #undef.
Diffstat (limited to 'src/m')
-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