PERFORCE change 20419 for review
Robert Watson
rwatson at freebsd.org
Wed Oct 30 16:05:06 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=20419
Change 20419 by rwatson at rwatson_sproing on 2002/10/30 08:04:50
Fix mac_none prototype stub for missing argument.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/security/mac_none/mac_none.c#96 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/security/mac_none/mac_none.c#96 (text+ko) ====
@@ -485,7 +485,7 @@
static int
mac_none_check_ifnet_relabel(struct ucred *cred, struct ifnet *ifnet,
- struct label *newlabel)
+ struct label *ifnetlabel, struct label *newlabel)
{
return (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