PERFORCE change 104061 for review
Todd Miller
millert at FreeBSD.org
Tue Aug 15 17:21:51 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=104061
Change 104061 by millert at 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:
More information about the trustedbsd-cvs
mailing list