From 8b3f7ca1ce8cf2bc4798641c8aea9d3b1bc0eb0a Mon Sep 17 00:00:00 2001 From: rwatson Date: Sun, 17 Sep 2006 20:00:36 +0000 Subject: 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. --- sys/kern/kern_jail.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/kern/kern_jail.c') diff --git a/sys/kern/kern_jail.c b/sys/kern/kern_jail.c index 9be8487..be4757d 100644 --- a/sys/kern/kern_jail.c +++ b/sys/kern/kern_jail.c @@ -37,7 +37,6 @@ __FBSDID("$FreeBSD$"); MALLOC_DEFINE(M_PRISON, "prison", "Prison structures"); -SYSCTL_DECL(_security); SYSCTL_NODE(_security, OID_AUTO, jail, CTLFLAG_RW, 0, "Jail rules"); -- cgit v1.1