mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove the inclusion of device.h. It's no longer there.
This commit is contained in:
parent
07d6a0622c
commit
03026827d2
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
|||
set -e
|
||||
|
||||
# $FreeBSD$
|
||||
|
||||
# Build a list of headers that have ioctls in them.
|
||||
# XXX should we use an ANSI cpp?
|
||||
# XXX netipx conflicts with netns (leave out netns).
|
||||
|
|
@ -19,7 +21,6 @@ BEGIN {
|
|||
print "/* XXX obnoxious prerequisites. */"
|
||||
print "#define COMPAT_43"
|
||||
print "#include <sys/param.h>"
|
||||
print "#include <sys/device.h>"
|
||||
print "#include <sys/devicestat.h>"
|
||||
print "#include <sys/disklabel.h>"
|
||||
print "#include <sys/dkbad.h>"
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@ static const char rcsid[] =
|
|||
#include <sys/param.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/device.h>
|
||||
#include <sys/tty.h>
|
||||
|
||||
#include <machine/si.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue