From: deraadt Date: Fri, 17 Sep 2021 15:13:04 +0000 (+0000) Subject: the ioctl table generation does not require sys/param.h X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8a430e6b116caf11396da259bf783243af4c7ce9;p=openbsd the ioctl table generation does not require sys/param.h --- diff --git a/usr.bin/kdump/mkioctls b/usr.bin/kdump/mkioctls index 161061d52a7..54928942657 100644 --- a/usr.bin/kdump/mkioctls +++ b/usr.bin/kdump/mkioctls @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: mkioctls,v 1.42 2020/06/22 01:02:30 dlg Exp $ +# $OpenBSD: mkioctls,v 1.43 2021/09/17 15:13:04 deraadt Exp $ # # Copyright (c) 1994 @@ -33,7 +33,8 @@ # ${CC:-cc} -E -dM ${1+"$@"} | awk ' BEGIN { - print "#include " + print "#include " + print "#include " print "#include " print "#include " print "#include "