Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2002 09:28:08 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 15128 for review
Message-ID:  <200207291628.g6TGS8gg092642@freefall.freebsd.org>

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

Change 15128 by rwatson@rwatson_paprika on 2002/07/29 09:27:43

	Further update from mac_create_vnode_from_vnode rename.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/sebsd/sebsd.c#20 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/security/sebsd/sebsd.c#20 (text+ko) ====

@@ -282,9 +282,9 @@
 }
 
 static void
-sebsd_create_vnode_from_vnode(struct ucred *cred, struct vnode *parent,
-			      struct label *parentlabel, struct vnode *child,
-			      struct label *childlabel)
+sebsd_create_vnode(struct ucred *cred, struct vnode *parent,
+		      struct label *parentlabel, struct vnode *child,
+		      struct label *childlabel)
 {
 	struct vnode_security_struct *dir, *vsec;
 	struct task_security_struct *task;

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?200207291628.g6TGS8gg092642>