summaryrefslogtreecommitdiffstats
path: root/usr.bin/kdump
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-06-05 10:06:51 +0000
committerrwatson <rwatson@FreeBSD.org>2006-06-05 10:06:51 +0000
commit571f2f563f5e4a509d7a05efe83598055c520854 (patch)
treeabda26954668045705cb22bde6ab8105300acccc /usr.bin/kdump
parent5f36307f9192f995f6a53e7c83cfee78a185eaef (diff)
downloadFreeBSD-src-571f2f563f5e4a509d7a05efe83598055c520854.zip
FreeBSD-src-571f2f563f5e4a509d7a05efe83598055c520854.tar.gz
Add audit.h to mkioctls inclusion list: audit pipe ioctls need access
to the audit types. Submitted by: wsalamon Obtained from: TrustedBSD Project
Diffstat (limited to 'usr.bin/kdump')
-rw-r--r--usr.bin/kdump/mkioctls1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/kdump/mkioctls b/usr.bin/kdump/mkioctls
index cbe7515..8073a46 100644
--- a/usr.bin/kdump/mkioctls
+++ b/usr.bin/kdump/mkioctls
@@ -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>"
OpenPOWER on IntegriCloud