diff options
author | n_hibma <n_hibma@FreeBSD.org> | 1999-10-06 07:45:30 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 1999-10-06 07:45:30 +0000 |
commit | 5d2d1c27b34b948eaba6937ea7f2b9ea8ff0e7dd (patch) | |
tree | bf0e5441a09f79cdcbe63924ec64cca3d94d79b0 /usr.sbin/sicontrol | |
parent | 285482d393b1fe2e0145d8fd55210218dd8f9b25 (diff) | |
download | FreeBSD-src-5d2d1c27b34b948eaba6937ea7f2b9ea8ff0e7dd.zip FreeBSD-src-5d2d1c27b34b948eaba6937ea7f2b9ea8ff0e7dd.tar.gz |
Remove the inclusion of device.h. It's no longer there.
Diffstat (limited to 'usr.sbin/sicontrol')
-rw-r--r-- | usr.sbin/sicontrol/sicontrol.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/sicontrol/sicontrol.c b/usr.sbin/sicontrol/sicontrol.c index b4eba8c..a234e6b 100644 --- a/usr.sbin/sicontrol/sicontrol.c +++ b/usr.sbin/sicontrol/sicontrol.c @@ -46,7 +46,6 @@ static const char rcsid[] = #include <sys/param.h> #include <sys/stat.h> #include <sys/ioctl.h> -#include <sys/device.h> #include <sys/tty.h> #include <machine/si.h> |