Date: Wed, 1 May 2002 14:25:56 -0700 (PDT) From: "Andrew R. Reiter" <arr@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 10599 for review Message-ID: <200205012125.g41LPu685167@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10599 Change 10599 by arr@arr_shibby on 2002/05/01 14:25:22 - AUDIT_EVR_FAIL -> AUDIT_EVR_FAILED Affected files ... ... //depot/projects/trustedbsd/audit/sys/sys/audit.h#19 edit Differences ... ==== //depot/projects/trustedbsd/audit/sys/sys/audit.h#19 (text+ko) ==== @@ -73,7 +73,7 @@ /* Values for ah_evresult */ #define AUDIT_EVR_SUCCESS 1 -#define AUDIT_EVR_FAIL 2 +#define AUDIT_EVR_FAILED 2 typedef struct audit_subject { uid_t as_euid; /* Effective UID */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205012125.g41LPu685167>