PERFORCE change 14653 for review
Robert Watson
rwatson at freebsd.org
Mon Jul 22 00:54:48 GMT 2002
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14653
Change 14653 by rwatson at rwatson_paprika on 2002/07/21 17:54:47
Line wrapping
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/security/mac_bsdextended/mac_bsdextended.c#41 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/security/mac_bsdextended/mac_bsdextended.c#41 (text+ko) ====
@@ -508,7 +508,8 @@
static int
mac_bsdextended_cred_check_rename_from_vnode(struct ucred *cred,
- struct vnode *dvp, struct label *dlabel, struct vnode *vp, struct label *label)
+ struct vnode *dvp, struct label *dlabel, struct vnode *vp,
+ struct label *label)
{
struct vattr vap;
int error;
@@ -532,8 +533,8 @@
static int
mac_bsdextended_cred_check_rename_to_vnode(struct ucred *cred,
- struct vnode *dvp, struct label *dlabel, struct vnode *vp, struct label *label,
- int samedir)
+ struct vnode *dvp, struct label *dlabel, struct vnode *vp,
+ struct label *label, int samedir)
{
struct vattr vap;
int error;
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