Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 May 2006 12:43:52 GMT
From:      Wayne Salamon <wsalamon@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 97338 for review
Message-ID:  <200605171243.k4HChqA0088731@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=97338

Change 97338 by wsalamon@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>"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605171243.k4HChqA0088731>