summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-09-17 20:00:36 +0000
committerrwatson <rwatson@FreeBSD.org>2006-09-17 20:00:36 +0000
commit8b3f7ca1ce8cf2bc4798641c8aea9d3b1bc0eb0a (patch)
tree63c0b9aff80f863b5ddd1a4135eb8283c7d6ceb0 /sys/ufs
parent42e50d33e634223f919cfc0ab16543bbc8e133eb (diff)
downloadFreeBSD-src-8b3f7ca1ce8cf2bc4798641c8aea9d3b1bc0eb0a.zip
FreeBSD-src-8b3f7ca1ce8cf2bc4798641c8aea9d3b1bc0eb0a.tar.gz
Declare security and security.bsd sysctl hierarchies in sysctl.h along
with other commonly used sysctl name spaces, rather than declaring them all over the place. MFC after: 1 month Sponsored by: nCircle Network Security, Inc.
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ufs/ufs_quota.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/ufs/ufs/ufs_quota.c b/sys/ufs/ufs/ufs_quota.c
index dcb94d1..976fa71 100644
--- a/sys/ufs/ufs/ufs_quota.c
+++ b/sys/ufs/ufs/ufs_quota.c
@@ -58,8 +58,6 @@ __FBSDID("$FreeBSD$");
#include <ufs/ufs/ufsmount.h>
#include <ufs/ufs/ufs_extern.h>
-SYSCTL_DECL(_security_bsd);
-
static int unprivileged_get_quota = 0;
SYSCTL_INT(_security_bsd, OID_AUTO, unprivileged_get_quota, CTLFLAG_RW,
&unprivileged_get_quota, 0,
OpenPOWER on IntegriCloud