From 059a55b53d61aeff3082f90cdf048dba9cd433dd Mon Sep 17 00:00:00 2001 From: rwatson Date: Wed, 12 Nov 2003 15:09:39 +0000 Subject: Remove extraneous fullpath variable, which broke lint build. This extra argument to the devfs MAC policy entry points was accidentally merged from the MAC branch during my earlier commit to these policies, and is not scheduled to be merged just yet. --- sys/security/mac_mls/mac_mls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/security/mac_mls') diff --git a/sys/security/mac_mls/mac_mls.c b/sys/security/mac_mls/mac_mls.c index 69bd374..89ecf27 100644 --- a/sys/security/mac_mls/mac_mls.c +++ b/sys/security/mac_mls/mac_mls.c @@ -781,7 +781,7 @@ mac_mls_create_devfs_directory(struct mount *mp, char *dirname, 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, const char *fullpath) + struct label *delabel) { struct mac_mls *source, *dest; -- cgit v1.1