Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2002 08:05:06 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20419 for review
Message-ID:  <200210301605.g9UG56tH056652@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=20419

Change 20419 by rwatson@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@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210301605.g9UG56tH056652>