summaryrefslogtreecommitdiffstats
path: root/usr.bin/kdump
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2012-05-24 14:07:44 +0000
committermav <mav@FreeBSD.org>2012-05-24 14:07:44 +0000
commit96f3e42ce2c9de14b3e9a1de338ed639c1c8b596 (patch)
tree40272ce66d9fbbbec27ad859c9e9a595d6716bd3 /usr.bin/kdump
parent5b4a3e5f4a4045127c253ffac2a618946f83912b (diff)
downloadFreeBSD-src-96f3e42ce2c9de14b3e9a1de338ed639c1c8b596.zip
FreeBSD-src-96f3e42ce2c9de14b3e9a1de338ed639c1c8b596.tar.gz
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
Diffstat (limited to 'usr.bin/kdump')
-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 eefe14c..0dac684 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 ""
OpenPOWER on IntegriCloud