diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1998-08-05 09:01:29 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1998-08-05 09:01:29 +0000 |
| commit | f1598784ae5f6ec062ea5c8167d960ad47baacff (patch) | |
| tree | 4be7d597fa39601c2f032f4e03f576bd40f02108 /usr.bin/window | |
| parent | c989e80e4dda5dbbfbaa48070ef683e8fe4f221a (diff) | |
Notes
Diffstat (limited to 'usr.bin/window')
| -rw-r--r-- | usr.bin/window/wwenviron.c | 2 | ||||
| -rw-r--r-- | usr.bin/window/wwflush.c | 2 | ||||
| -rw-r--r-- | usr.bin/window/wwinit.c | 2 | ||||
| -rw-r--r-- | usr.bin/window/wwspawn.c | 2 | ||||
| -rw-r--r-- | usr.bin/window/wwsuspend.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/window/wwenviron.c b/usr.bin/window/wwenviron.c index 2b5d82cd3ec6..56034d47bda2 100644 --- a/usr.bin/window/wwenviron.c +++ b/usr.bin/window/wwenviron.c @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)wwenviron.c 8.1 (Berkeley) 6/6/93"; #if !defined(OLD_TTY) && !defined(TIOCSCTTY) && !defined(TIOCNOTTY) #include <sys/ioctl.h> #endif -#include <sys/signal.h> +#include <signal.h> /* * Set up the environment of this process to run in window 'wp'. diff --git a/usr.bin/window/wwflush.c b/usr.bin/window/wwflush.c index 1346e562afcb..6a853bc19f7c 100644 --- a/usr.bin/window/wwflush.c +++ b/usr.bin/window/wwflush.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)wwflush.c 8.1 (Berkeley) 6/6/93"; #include "ww.h" #include "tt.h" -#include <sys/signal.h> +#include <signal.h> wwflush() { diff --git a/usr.bin/window/wwinit.c b/usr.bin/window/wwinit.c index 7d742b7a7280..074731984f13 100644 --- a/usr.bin/window/wwinit.c +++ b/usr.bin/window/wwinit.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)wwinit.c 8.1 (Berkeley) 6/6/93"; #include "ww.h" #include "tt.h" -#include <sys/signal.h> +#include <signal.h> #include <fcntl.h> #include <termcap.h> #include "char.h" diff --git a/usr.bin/window/wwspawn.c b/usr.bin/window/wwspawn.c index 7c3c12b5b9e6..57e2f666ef62 100644 --- a/usr.bin/window/wwspawn.c +++ b/usr.bin/window/wwspawn.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)wwspawn.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include "ww.h" -#include <sys/signal.h> +#include <signal.h> /* * There is a dead lock with vfork and closing of pseudo-ports. diff --git a/usr.bin/window/wwsuspend.c b/usr.bin/window/wwsuspend.c index a67a130673a4..3c2f90b0c7f7 100644 --- a/usr.bin/window/wwsuspend.c +++ b/usr.bin/window/wwsuspend.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)wwsuspend.c 8.1 (Berkeley) 6/6/93"; #include "ww.h" #include "tt.h" -#include <sys/signal.h> +#include <signal.h> wwsuspend() { |
