PERFORCE change 42482 for review
Robert Watson
rwatson at FreeBSD.org
Sat Nov 15 20:05:06 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=42482
Change 42482 by rwatson at rwatson_paprika on 2003/11/15 12:04:15
Whitespace.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/security/mac/mac_net.c#13 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/security/mac/mac_net.c#13 (text+ko) ====
@@ -234,7 +234,7 @@
if (error) {
MAC_PERFORM(destroy_socket_label, label);
mac_labelzone_free(label);
- return (NULL);
+ return (NULL);
}
MAC_DEBUG_COUNTER_INC(&nmacsockets);
return (label);
@@ -254,7 +254,7 @@
if (error) {
MAC_PERFORM(destroy_socket_peer_label, label);
mac_labelzone_free(label);
- return (NULL);
+ return (NULL);
}
MAC_DEBUG_COUNTER_INC(&nmacsockets);
return (label);
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