Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2002 13:46:05 -0700 (PDT)
From:      "Andrew R. Reiter" <arr@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 10593 for review
Message-ID:  <200205012046.g41Kk5M73170@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10593

Change 10593 by arr@arr_shibby on 2002/05/01 13:45:13

	- Add ah_evresult #define's.

Affected files ...

... //depot/projects/trustedbsd/audit/sys/sys/audit.h#18 edit

Differences ...

==== //depot/projects/trustedbsd/audit/sys/sys/audit.h#18 (text+ko) ====

@@ -71,6 +71,10 @@
 } audit_header_t;
 #define AUDIT_HDR_LEN   sizeof(audit_header_t)
 
+/* Values for ah_evresult */
+#define	AUDIT_EVR_SUCCESS	1
+#define	AUDIT_EVR_FAIL		2
+
 typedef struct audit_subject {
         uid_t   as_euid;     	/* Effective UID */   
         gid_t   as_gid;         /* Group ID */

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?200205012046.g41Kk5M73170>