Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Nov 2003 07:13:12 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 42665 for review
Message-ID:  <200311171513.hAHFDC3S023667@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=42665

Change 42665 by rwatson@rwatson_tislabs on 2003/11/17 07:13:11

	Revert changes accidentally integrated from base tree: fullpath
	argument to devfs symlink entry point.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#237 edit
.. //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.c#191 edit

Differences ...

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

@@ -891,7 +891,7 @@
 static void
 mac_biba_create_devfs_symlink(struct ucred *cred, struct mount *mp,
     struct devfs_dirent *dd, struct label *ddlabel, struct devfs_dirent *de,
-    struct label *delabel)
+    struct label *delabel, const char *fullpath)
 {
 	struct mac_biba *source, *dest;
 

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

@@ -860,7 +860,7 @@
 static void
 mac_mls_create_devfs_symlink(struct ucred *cred, struct mount *mp,
     struct devfs_dirent *dd, struct label *ddlabel, struct devfs_dirent *de,
-    struct label *delabel)
+    struct label *delabel, const char *fullpath)
 {
 	struct mac_mls *source, *dest;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311171513.hAHFDC3S023667>