Date: Sat, 4 Feb 2006 00:53:30 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 91019 for review Message-ID: <200602040053.k140rURi058811@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=91019 Change 91019 by rwatson@rwatson_peppercorn on 2006/02/04 00:52:38 Fix typo in naming of audit event -- SET, not a second GET. Affected files ... .. //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#33 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#33 (text+ko) ==== @@ -30,7 +30,7 @@ * * @APPLE_BSD_LICENSE_HEADER_END@ * - * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#32 $ + * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#33 $ */ #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. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602040053.k140rURi058811>