]> git.eshelyaron.com Git - emacs.git/commitdiff
Include syswait.h.
authorRichard M. Stallman <rms@gnu.org>
Sun, 15 Aug 1993 03:53:33 +0000 (03:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 15 Aug 1993 03:53:33 +0000 (03:53 +0000)
src/sysdep.c

index d765fa79ec24535a41bc4e5b9ba953a0a67d6f58..bf770b767c07b95b03c26d7b5ca4313c8766ee50 100644 (file)
@@ -115,14 +115,7 @@ extern char *sys_errlist[];
 
 #include <sys/ioctl.h>
 #include "systty.h"
-
-#ifdef BSD
-#ifdef BSD4_1
-#include <wait.h>
-#else /* not 4.1 */
-#include <sys/wait.h>
-#endif /* not 4.1 */
-#endif /* BSD */
+#include "syswait.h"
 
 #ifdef BROKEN_TIOCGWINSZ
 #undef TIOCGWINSZ