PERFORCE change 19557 for review
Chris Vance
cvance at freebsd.org
Fri Oct 18 17:40:14 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=19557
Change 19557 by cvance at cvance_laptop on 2002/10/18 10:40:04
Someone's submitting code without building :)
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/security/sebsd/sebsd.c#46 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/security/sebsd/sebsd.c#46 (text+ko) ====
@@ -1077,7 +1077,7 @@
if (size <= context_len) {
error = EINVAL;
- else {
+ } else {
*len = strlcpy(element_data, context, size);
error = 0;
}
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