PERFORCE change 18713 for review
Robert Watson
rwatson at freebsd.org
Sat Oct 5 14:06:05 GMT 2002
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18713
Change 18713 by rwatson at 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 at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list