PERFORCE change 91054 for review
Robert Watson
rwatson at FreeBSD.org
Sat Feb 4 13:14:08 GMT 2006
http://perforce.freebsd.org/chv.cgi?CH=91054
Change 91054 by rwatson at rwatson_peppercorn on 2006/02/04 13:13:23
Integrate final bsm/* include file changes for OpenBSM 1.0 alpha 2
from contrib/openbsm/bsm to src/sys/bsm.
Affected files ...
.. //depot/projects/trustedbsd/audit3/sys/bsm/audit_kevents.h#18 integrate
Differences ...
==== //depot/projects/trustedbsd/audit3/sys/bsm/audit_kevents.h#18 (text+ko) ====
@@ -30,7 +30,7 @@
*
* @APPLE_BSD_LICENSE_HEADER_END@
*
- * $P4: //depot/projects/trustedbsd/audit3/sys/bsm/audit_kevents.h#17 $
+ * $P4: //depot/projects/trustedbsd/audit3/sys/bsm/audit_kevents.h#18 $
*/
#ifndef _BSM_AUDIT_KEVENTS_H_
@@ -45,7 +45,6 @@
* been inserted for the Darwin variants. If necessary, other tags will be
* added in the future.
*/
-
#define AUE_NULL 0
#define AUE_EXIT 1
#define AUE_FORK 2
@@ -385,7 +384,6 @@
#define AUE_ACL_CHECK_FILE 404 /* FreeBSD. */
#define AUE_ACL_CHECK_FD 405 /* FreeBSD. */
-
/*
* Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the
* normal Solaris BSM identifiers. _O_ refers to it being an old, or compat
@@ -430,6 +428,7 @@
#define AUE_O_RECVFROM AUE_RECVFROM /* Darwin */
#define AUE_O_SETREUID AUE_SETREUID /* Darwin */
#define AUE_O_SETREGID AUE_SETREGID /* Darwin */
+#define AUE_O_GETDIRENTRIES AUE_GETDIRENTRIES /* Darwin */
#define AUE_O_TRUNCATE AUE_TRUNCATE /* Darwin */
#define AUE_O_FTRUNCATE AUE_FTRUNCATE /* Darwin */
#define AUE_O_GETPEERNAME AUE_NULL /* Darwin */
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list