diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2017-05-29 13:30:36 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2017-05-29 13:30:36 +0000 |
commit | dcc22f7a638ed0c5480b77c4007f5ccd0a76f76a (patch) | |
tree | a0f0c6f7a9faf062c28843ad95c8d9406836a943 /usr.bin/kdump | |
parent | fff74b1b1d733c365a09766a98e22b6a7669d1c3 (diff) |
zap scanio.h, found by deraadt
Diffstat (limited to 'usr.bin/kdump')
-rw-r--r-- | usr.bin/kdump/Makefile | 3 | ||||
-rw-r--r-- | usr.bin/kdump/mkioctls | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/kdump/Makefile b/usr.bin/kdump/Makefile index ebff6e37a3b..e1918ae6a70 100644 --- a/usr.bin/kdump/Makefile +++ b/usr.bin/kdump/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.33 2016/04/25 19:18:41 tedu Exp $ +# $OpenBSD: Makefile,v 1.34 2017/05/29 13:30:35 tedu Exp $ LDSTATIC=${STATIC} PROG= kdump @@ -43,7 +43,6 @@ ioctl.c: ${.CURDIR}/Makefile ${.CURDIR}/mkioctls ${SYS_DIR}/sys/mtio.h \ ${SYS_DIR}/sys/pciio.h \ ${SYS_DIR}/sys/radioio.h \ - ${SYS_DIR}/sys/scanio.h \ ${SYS_DIR}/sys/scsiio.h \ ${SYS_DIR}/sys/sockio.h \ ${SYS_DIR}/sys/videoio.h \ diff --git a/usr.bin/kdump/mkioctls b/usr.bin/kdump/mkioctls index 2af5c504d9c..94341e70556 100644 --- a/usr.bin/kdump/mkioctls +++ b/usr.bin/kdump/mkioctls @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: mkioctls,v 1.37 2016/04/25 19:18:41 tedu Exp $ +# $OpenBSD: mkioctls,v 1.38 2017/05/29 13:30:35 tedu Exp $ # # Copyright (c) 1994 @@ -73,7 +73,6 @@ BEGIN { print "#include <sys/mtio.h>" print "#include <sys/pciio.h>" print "#include <sys/radioio.h>" - print "#include <sys/scanio.h>" print "#include <sys/scsiio.h>" print "#include <sys/tty.h>" print "#include <sys/syslog.h>" |