PERFORCE change 75790 for review

Robert Watson rwatson at FreeBSD.org
Sat Apr 23 11:32:34 GMT 2005


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

Change 75790 by rwatson at rwatson_paprika on 2005/04/23 11:31:51

	Wrap audittoken_t mach port audit behavior in #ifdef __APPLE__.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/libbsm/bsm_wrappers.c#3 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/libbsm/bsm_wrappers.c#3 (text+ko) ====

@@ -320,6 +320,7 @@
 
 /* END OF au_write() WRAPPERS */
 
+#ifdef __APPLE__
 void 
 audit_token_to_au32(
 	audit_token_t	atoken,
@@ -351,4 +352,4 @@
 		tidp->port = (dev_t)atoken.val[7];
 	}
 }
-
+#endif /* !__APPLE__ */
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