PERFORCE change 97338 for review

Wayne Salamon wsalamon at FreeBSD.org
Wed May 17 12:48:58 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=97338

Change 97338 by wsalamon at vh1 on 2006/05/17 12:43:39

	Add include of audit header because the audit pipe IOCTLs need
	access to the audit types.

Affected files ...

.. //depot/projects/trustedbsd/audit3/usr.bin/kdump/mkioctls#3 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/usr.bin/kdump/mkioctls#3 (text+ko) ====

@@ -38,6 +38,7 @@
 	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>"


More information about the trustedbsd-cvs mailing list