summaryrefslogtreecommitdiff
path: root/usr.bin/window/wwinit.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2006-01-02 16:20:57 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2006-01-02 16:20:57 +0000
commit0896e17c7efaf0b1da94a07fbcb845a2bb2f3828 (patch)
tree591ca48afe69d40b06831a92d30d6aca33872a7b /usr.bin/window/wwinit.c
parent0625f85b4ceefd89e24b091ae7d12e1f1c9df180 (diff)
No need to include both <sys/signal.h> and <signal.h>, only <signal.h>
is needed.
Diffstat (limited to 'usr.bin/window/wwinit.c')
-rw-r--r--usr.bin/window/wwinit.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/window/wwinit.c b/usr.bin/window/wwinit.c
index 4ab5ab6f987..aee8ea603df 100644
--- a/usr.bin/window/wwinit.c
+++ b/usr.bin/window/wwinit.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wwinit.c,v 1.16 2003/08/01 22:01:37 david Exp $ */
+/* $OpenBSD: wwinit.c,v 1.17 2006/01/02 16:20:56 millert Exp $ */
/* $NetBSD: wwinit.c,v 1.11 1996/02/08 21:49:07 mycroft Exp $ */
/*
@@ -37,14 +37,13 @@
#if 0
static char sccsid[] = "@(#)wwinit.c 8.2 (Berkeley) 4/28/95";
#else
-static char rcsid[] = "$OpenBSD: wwinit.c,v 1.16 2003/08/01 22:01:37 david Exp $";
+static char rcsid[] = "$OpenBSD: wwinit.c,v 1.17 2006/01/02 16:20:56 millert Exp $";
#endif
#endif /* not lint */
#include <stdlib.h>
#include "ww.h"
#include "tt.h"
-#include <sys/signal.h>
#include <fcntl.h>
#include <signal.h>
#include <string.h>