Date: Sun, 21 Jul 2002 17:54:48 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 14653 for review Message-ID: <200207220054.g6M0smRc076925@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14653 Change 14653 by rwatson@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@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?200207220054.g6M0smRc076925>