Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jul 2005 11:58:16 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 79979 for review
Message-ID:  <200507111158.j6BBwG6u036340@repoman.freebsd.org>

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

Change 79979 by rwatson@rwatson_paprika on 2005/07/11 11:57:36

	Allocate BSM event ID for sendfile().
	
	Change BSM event ID for lchflags() to avoid a conflict with Darwin's
	taskforpid().

Affected files ...

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

Differences ...

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

@@ -288,7 +288,8 @@
 #define	AUE_SYSCTL_NONADMIN	360
 #define	AUE_COPYFILE		361
 #define	AUE_LUTIMES		362
-#define	AUE_LCHFLAGS		358
+#define	AUE_LCHFLAGS		362	/* FreeBSD */
+#define	AUE_SENDFILE		363	/* FreeBSD */
 
 /*
  * XXXRW: Values not yet assigned.



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