summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_ttold.c
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2000-08-29 02:22:15 +0000
committerBrad Smith <brad@cvs.openbsd.org>2000-08-29 02:22:15 +0000
commitb138784ef47d7e900668333d8af2d056aff742d5 (patch)
tree5c264f3309e9a1d2350ba12704a07c3bd7c37576 /sys/compat/svr4/svr4_ttold.c
parent4fa9aa72963745de8ec9ab1f6574ef015cac67b3 (diff)
remove duplicate inclusion of sys/ioctl.h
Diffstat (limited to 'sys/compat/svr4/svr4_ttold.c')
-rw-r--r--sys/compat/svr4/svr4_ttold.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/compat/svr4/svr4_ttold.c b/sys/compat/svr4/svr4_ttold.c
index 78170a53239..5f7fd8f4200 100644
--- a/sys/compat/svr4/svr4_ttold.c
+++ b/sys/compat/svr4/svr4_ttold.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: svr4_ttold.c,v 1.5 1996/08/01 00:50:56 niklas Exp $ */
+/* $OpenBSD: svr4_ttold.c,v 1.6 2000/08/29 02:22:14 brad Exp $ */
/* $NetBSD: svr4_ttold.c,v 1.9 1996/04/11 12:54:45 christos Exp $ */
/*
@@ -37,7 +37,6 @@
#include <sys/termios.h>
#include <sys/tty.h>
#include <sys/socket.h>
-#include <sys/ioctl.h>
#include <sys/mount.h>
#include <net/if.h>
#include <sys/malloc.h>