summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2017-05-29 13:30:35 +0000
committertedu <tedu@openbsd.org>2017-05-29 13:30:35 +0000
commit27509f9efb2bf4d204d0d911991fd4473a800bd7 (patch)
treec300ee153e8241054e5aab2542ad1764b78bd169
parentAfter some consideration, revert last commit and don't abuse rde_dump_done. (diff)
downloadwireguard-openbsd-27509f9efb2bf4d204d0d911991fd4473a800bd7.tar.xz
wireguard-openbsd-27509f9efb2bf4d204d0d911991fd4473a800bd7.zip
zap scanio.h, found by deraadt
-rw-r--r--usr.bin/kdump/Makefile3
-rw-r--r--usr.bin/kdump/mkioctls3
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>"