Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2006 16:41:28 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 103256 for review
Message-ID:  <200608051641.k75GfSop013238@repoman.freebsd.org>

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

Change 103256 by rwatson@rwatson_zoo on 2006/08/05 16:41:24

	Fix one mis-numbering.

Affected files ...

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

Differences ...

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

@@ -30,7 +30,7 @@
  *
  * @APPLE_BSD_LICENSE_HEADER_END@
  *
- * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#39 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#40 $
  */
 
 #ifndef _BSM_AUDIT_KEVENTS_H_
@@ -466,7 +466,7 @@
 #define	AUE_EXTATTR_GET_LINK	43110	/* FreeBSD. */
 #define	AUE_EXTATTR_SET_LINK	43111	/* FreeBSD. */
 #define	AUE_EXTATTR_LIST_LINK	43112	/* FreeBSD. */
-#define	AUE_EXTATTR_DELETE_LINK	43111	/* FreeBSD. */
+#define	AUE_EXTATTR_DELETE_LINK	43113	/* FreeBSD. */
 
 /*
  * Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the



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