Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2002 23:38:16 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20233 for review
Message-ID:  <200210270638.g9R6cGiL074498@repoman.freebsd.org>

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

Change 20233 by rwatson@rwatson_tislabs on 2002/10/26 23:37:57

	Change missed in earlier merge: rename of the sysctl entry point.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/sys/mac_policy.h#152 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/sys/mac_policy.h#152 (text+ko) ====

@@ -319,7 +319,7 @@
 	int	(*mpo_check_system_reboot)(struct ucred *cred, int howto);
 	int	(*mpo_check_system_swapon)(struct ucred *cred,
 		    struct vnode *vp, struct label *label);
-	int	(*mpo_check_sysctl)(struct ucred *cred, int *name,
+	int	(*mpo_check_system_sysctl)(struct ucred *cred, int *name,
 		    u_int namelen, void *old, size_t *oldlenp, int inkernel,
 		    void *new, size_t newlen);
 	int	(*mpo_check_vnode_access)(struct ucred *cred,

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?200210270638.g9R6cGiL074498>