From 94c8642adf30cf7e509cf2df86dfd3a5e588187e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 15 Aug 1993 03:53:33 +0000 Subject: [PATCH] Include syswait.h. --- src/sysdep.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/sysdep.c b/src/sysdep.c index d765fa79ec2..bf770b767c0 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -115,14 +115,7 @@ extern char *sys_errlist[]; #include #include "systty.h" - -#ifdef BSD -#ifdef BSD4_1 -#include -#else /* not 4.1 */ -#include -#endif /* not 4.1 */ -#endif /* BSD */ +#include "syswait.h" #ifdef BROKEN_TIOCGWINSZ #undef TIOCGWINSZ -- 2.39.5