PERFORCE change 104122 for review

Todd Miller millert at FreeBSD.org
Tue Aug 15 21:18:44 UTC 2006


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

Change 104122 by millert at millert_g4tower on 2006/08/15 21:17:27

	Add explicit int return value for mac_check_ipc_method()

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/darwin/xnu/security/mac_port.c#2 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/darwin/xnu/security/mac_port.c#2 (text+ko) ====

@@ -241,6 +241,7 @@
 	return (error);
 }
 
+int
 mac_check_ipc_method(struct label *task, struct label *port, int msgid)
 {
 	int error;


More information about the trustedbsd-cvs mailing list