PERFORCE change 91021 for review

Robert Watson rwatson at FreeBSD.org
Sat Feb 4 00:54:32 GMT 2006


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

Change 91021 by rwatson at rwatson_peppercorn on 2006/02/04 00:53:39

	Merge audit event name fix from audit3 contrib/openbsm/bsm to
	sys/bsm.

Affected files ...

.. //depot/projects/trustedbsd/audit3/sys/bsm/audit_kevents.h#17 integrate

Differences ...

==== //depot/projects/trustedbsd/audit3/sys/bsm/audit_kevents.h#17 (text+ko) ====

@@ -30,7 +30,7 @@
  *
  * @APPLE_BSD_LICENSE_HEADER_END@
  *
- * $P4: //depot/projects/trustedbsd/audit3/sys/bsm/audit_kevents.h#16 $
+ * $P4: //depot/projects/trustedbsd/audit3/sys/bsm/audit_kevents.h#17 $
  */
 
 #ifndef _BSM_AUDIT_KEVENTS_H_
@@ -372,7 +372,7 @@
 #define	AUE_PIVOT_ROOT		391	/* Linux-specific. */
 #define	AUE_RTPRIO		392	/* FreeBSD-specific. */
 #define	AUE_SCHED_GETPARAM	393	/* POSIX.1b. */
-#define	AUE_SCHED_GETPARAM	394	/* POSIX.1b. */
+#define	AUE_SCHED_SETPARAM	394	/* POSIX.1b. */
 #define	AUE_SCHED_GET_PRIORITY_MAX	395	/* POSIX.1b. */
 #define	AUE_SCHED_GET_PRIORITY_MIN	396	/* POSIX.1b. */
 #define	AUE_SCHED_RR_GET_INTERVAL	397	/* POSIX.1b. */
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