Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Feb 2006 00:50:25 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 91016 for review
Message-ID:  <200602040050.k140oP5G058593@repoman.freebsd.org>

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

Change 91016 by rwatson@rwatson_peppercorn on 2006/02/04 00:49:25

	Dummy names for AUE_PREADV and AUE_PWRITEV.

Affected files ...

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

Differences ...

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

@@ -30,7 +30,7 @@
  *
  * @APPLE_BSD_LICENSE_HEADER_END@
  *
- * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#31 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#32 $
  */
 
 #ifndef _BSM_AUDIT_KEVENTS_H_
@@ -493,6 +493,8 @@
 #define	AUE_MUNLOCKALL		AUE_NULL
 #define	AUE_PREAD		AUE_NULL
 #define	AUE_PWRITE		AUE_NULL
+#define	AUE_PREADV		AUE_NULL
+#define	AUE_PWRITEV		AUE_NULL
 #define	AUE_SBRK		AUE_NULL
 #define	AUE_SELECT		AUE_NULL
 #define	AUE_SEMDESTROY		AUE_NULL



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