Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Oct 2002 07:06:05 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 18713 for review
Message-ID:  <200210051406.g95E65bv066615@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18713

Change 18713 by rwatson@rwatson_tislabs on 2002/10/05 07:06:04

	Purely cosmetic prototype changes to improve consistency prior
	to merge.

Affected files ...

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

Differences ...

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

@@ -78,11 +78,10 @@
 	void	(*mpo_init_ifnet_label)(struct label *label);
 	void	(*mpo_init_ipq_label)(struct label *label);
 	int	(*mpo_init_mbuf_label)(struct label *label, int flag);
-	void	(*mpo_init_mount_label)(struct label *mntlabel);
-	void	(*mpo_init_mount_fs_label)(struct label *fslabel);
+	void	(*mpo_init_mount_label)(struct label *label);
+	void	(*mpo_init_mount_fs_label)(struct label *label);
 	int	(*mpo_init_socket_label)(struct label *label, int flag);
-	int	(*mpo_init_socket_peer_label)(struct label *peerlabel,
-		    int flag);;
+	int	(*mpo_init_socket_peer_label)(struct label *label, int flag);
 	void	(*mpo_init_pipe_label)(struct label *label);
 	void	(*mpo_init_proc)(struct proc *p, struct label *label);
 	void	(*mpo_init_vnode_label)(struct label *label);
@@ -92,10 +91,10 @@
 	void	(*mpo_destroy_ifnet_label)(struct label *label);
 	void	(*mpo_destroy_ipq_label)(struct label *label);
 	void	(*mpo_destroy_mbuf_label)(struct label *label);
-	void	(*mpo_destroy_mount_label)(struct label *mntlabel);
-	void	(*mpo_destroy_mount_fs_label)(struct label *fslabel);
+	void	(*mpo_destroy_mount_label)(struct label *label);
+	void	(*mpo_destroy_mount_fs_label)(struct label *label);
 	void	(*mpo_destroy_socket_label)(struct label *label);
-	void	(*mpo_destroy_socket_peer_label)(struct label *peerlabel);
+	void	(*mpo_destroy_socket_peer_label)(struct label *label);
 	void	(*mpo_destroy_pipe_label)(struct label *label);
 	void	(*mpo_destroy_proc)(struct proc *p, struct label *label);
 	void	(*mpo_destroy_vnode_label)(struct label *label);

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?200210051406.g95E65bv066615>