PERFORCE change 20320 for review
Robert Watson
rwatson at freebsd.org
Tue Oct 29 00:18:42 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=20320
Change 20320 by rwatson at rwatson_tislabs on 2002/10/28 16:18:22
Remove dup from integ.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#166 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#166 (text+ko) ====
@@ -1183,12 +1183,6 @@
"\"%s\" is too long (must be < %d)\n",
q, IFNAMSIZ);
}
- else {
- *p = '\0';
- printf("MAC/Biba warning: interface name "
- "\"%s\" is too long (must be < %d)\n",
- q, IFNAMSIZ);
- }
if (*p == '\0')
break;
q = p + 1;
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