PERFORCE change 79279 for review

Robert Watson rwatson at FreeBSD.org
Thu Jun 30 10:33:09 GMT 2005


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

Change 79279 by rwatson at rwatson_zoo on 2005/06/30 10:32:15

	Correct a likely typo during the entry of audit record types for
	Darwin: rename AUE_GTSOCKOPT to AUE_GETSOCKOPT.  Provide a
	compatibility define.

Affected files ...

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

Differences ...

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

@@ -306,7 +306,8 @@
 #define	AUE_GETSOCKNAME		AUE_NULL
 #define	AUE_GETTIMEOFDAY	AUE_NULL
 #define	AUE_GETUID		AUE_NULL
-#define	AUE_GTSOCKOPT		AUE_NULL
+#define	AUE_GETSOCKOPT		AUE_NULL
+#define	AUE_GTSOCKOPT		AUE_GETSOCKOPT
 #define	AUE_ISSETUGID		AUE_NULL
 #define	AUE_LISTEN		AUE_NULL
 #define	AUE_LSEEK		AUE_NULL
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