Date: Tue, 15 Aug 2006 17:21:47 GMT From: Todd Miller <millert@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 104061 for review Message-ID: <200608151721.k7FHLlmv033515@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=104061 Change 104061 by millert@millert_g4tower on 2006/08/15 17:20:46 Add missing break in switch() Affected files ... .. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/sebsd_syscall.c#2 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/sebsd_syscall.c#2 (text+ko) ==== @@ -158,6 +158,7 @@ security_get_bool(str, &active, &pending); gb.val = active | (pending << 1); error = copyout(&gb, args, sizeof(gb)); + break; } case SEBSDCALL_SET_BOOL:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608151721.k7FHLlmv033515>