Date: Thu, 30 Jun 2005 10:33:09 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 79279 for review Message-ID: <200506301033.j5UAX9x5011659@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=79279 Change 79279 by rwatson@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506301033.j5UAX9x5011659>