PERFORCE change 91051 for review

Robert Watson rwatson at FreeBSD.org
Sat Feb 4 13:08:59 GMT 2006


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

Change 91051 by rwatson at rwatson_fledge on 2006/02/04 13:08:47

	Add AUE_O_GETDIRENTRIES definition used by Darwin.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#35 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#35 (text+ko) ====

@@ -30,7 +30,7 @@
  *
  * @APPLE_BSD_LICENSE_HEADER_END@
  *
- * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#34 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#35 $
  */
 
 #ifndef _BSM_AUDIT_KEVENTS_H_
@@ -428,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