From: tedu Date: Mon, 29 May 2017 13:30:35 +0000 (+0000) Subject: zap scanio.h, found by deraadt X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=27509f9efb2bf4d204d0d911991fd4473a800bd7;p=openbsd zap scanio.h, found by deraadt --- 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 " print "#include " print "#include " - print "#include " print "#include " print "#include " print "#include "