zap scanio.h, found by deraadt
authortedu <tedu@openbsd.org>
Mon, 29 May 2017 13:30:35 +0000 (13:30 +0000)
committertedu <tedu@openbsd.org>
Mon, 29 May 2017 13:30:35 +0000 (13:30 +0000)
usr.bin/kdump/Makefile
usr.bin/kdump/mkioctls

index ebff6e3..e1918ae 100644 (file)
@@ -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 \
index 2af5c50..94341e7 100644 (file)
@@ -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>"