Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Feb 2006 13:14:08 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 91054 for review
Message-ID:  <200602041314.k14DE88B012227@repoman.freebsd.org>

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

Change 91054 by rwatson@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 */



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