mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 23:19:00 +00:00
Add audit.h to mkioctls inclusion list: audit pipe ioctls need access
to the audit types. Submitted by: wsalamon Obtained from: TrustedBSD Project
This commit is contained in:
parent
60555db2e2
commit
b5fc62e2f7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159247
@ -38,6 +38,7 @@ BEGIN {
|
||||
print "#include <sys/socket.h>"
|
||||
print "#include <sys/time.h>"
|
||||
print "#include <sys/tty.h>"
|
||||
print "#include <bsm/audit.h>"
|
||||
print "#include <net/ethernet.h>"
|
||||
print "#include <net/if.h>"
|
||||
print "#include <net/if_var.h>"
|
||||
|
Loading…
Reference in New Issue
Block a user