# HG changeset patch # User Richard M. Stallman # Date 810577488 0 # Node ID e4e18abbe5a234c1771f1fef3b5af32004439d84 # Parent 35c7fa31896140a71fa61265d241d6e32e43e273 (HAVE_UNISTD_H): Add #undef. diff -r 35c7fa318961 -r e4e18abbe5a2 src/m/apollo.h --- a/src/m/apollo.h Wed Sep 06 18:17:59 1995 +0000 +++ b/src/m/apollo.h Fri Sep 08 16:24:48 1995 +0000 @@ -99,3 +99,6 @@ #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