mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Move the include of device.h into the NetBSD specific section.
Submitted by: Guy Helmer <ghelmer@scl.ameslab.gov>
This commit is contained in:
parent
eec117b5ef
commit
cd7a0684fd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52009
@ -44,6 +44,7 @@
|
||||
#include <sys/malloc.h>
|
||||
#if defined(__NetBSD__)
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/device.h>
|
||||
#elif defined(__FreeBSD__)
|
||||
#include <sys/module.h>
|
||||
#include <sys/bus.h>
|
||||
@ -55,7 +56,6 @@
|
||||
#include <sys/select.h>
|
||||
#include <sys/proc.h>
|
||||
#include <sys/vnode.h>
|
||||
#include <sys/device.h>
|
||||
#include <sys/poll.h>
|
||||
|
||||
#include <dev/usb/usb.h>
|
||||
|
Loading…
Reference in New Issue
Block a user