aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/kdump/mkioctls
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2012-05-24 14:07:44 +0000
committerAlexander Motin <mav@FreeBSD.org>2012-05-24 14:07:44 +0000
commitf6ad3f237a54ef1465271c7e96bf0f2e4f9277e5 (patch)
tree40272ce66d9fbbbec27ad859c9e9a595d6716bd3 /usr.bin/kdump/mkioctls
parent0fc0793eeededdb484f97575db48fc5dcdffccbb (diff)
downloadsrc-f6ad3f237a54ef1465271c7e96bf0f2e4f9277e5.tar.gz
src-f6ad3f237a54ef1465271c7e96bf0f2e4f9277e5.zip
MFprojects/zfsd:
Revamp the CAM enclosure services driver. This updated driver uses an in-kernel daemon to track state changes and publishes physical path location information\for disk elements into the CAM device database. Sponsored by: Spectra Logic Corporation Sponsored by: iXsystems, Inc. Submitted by: gibbs, will, mav
Notes
Notes: svn path=/head/; revision=235911
Diffstat (limited to 'usr.bin/kdump/mkioctls')
-rw-r--r--usr.bin/kdump/mkioctls2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/kdump/mkioctls b/usr.bin/kdump/mkioctls
index eefe14cce1a0..0dac68425b0e 100644
--- a/usr.bin/kdump/mkioctls
+++ b/usr.bin/kdump/mkioctls
@@ -63,6 +63,8 @@ BEGIN {
print "#include <netinet6/ip6_mroute.h>"
print "#include <stdio.h>"
print "#include <cam/cam.h>"
+ print "#include <stddef.h>"
+ print "#include <stdint.h>"
print ""
print ioctl_includes
print ""