Date: Tue, 15 Aug 2006 21:18:28 GMT From: Todd Miller <millert@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 104122 for review Message-ID: <200608152118.k7FLISpj065708@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=104122 Change 104122 by millert@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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608152118.k7FLISpj065708>