summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_stats.c
diff options
context:
space:
mode:
authorjamie <jamie@FreeBSD.org>2009-05-07 18:36:47 +0000
committerjamie <jamie@FreeBSD.org>2009-05-07 18:36:47 +0000
commit267ea54b443c35cb461edf078932854d2c5bde9b (patch)
treef3b47f8268b5d4dd1be886d22dd6f1988cff9d2a /sys/compat/linux/linux_stats.c
parent78e147b4e4dce72b79e30eb4ca8573e761b9cb4e (diff)
downloadFreeBSD-src-267ea54b443c35cb461edf078932854d2c5bde9b.zip
FreeBSD-src-267ea54b443c35cb461edf078932854d2c5bde9b.tar.gz
Move the per-prison Linux MIB from a private one-off pointer to the new
OSD-based jail extensions. This allows the Linux MIB to accessed via jail_set and jail_get, and serves as a demonstration of adding jail support to a module. Reviewed by: dchagin, kib Approved by: bz (mentor)
Diffstat (limited to 'sys/compat/linux/linux_stats.c')
-rw-r--r--sys/compat/linux/linux_stats.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_stats.c b/sys/compat/linux/linux_stats.c
index c7b3037..479ccf3 100644
--- a/sys/compat/linux/linux_stats.c
+++ b/sys/compat/linux/linux_stats.c
@@ -37,7 +37,6 @@ __FBSDID("$FreeBSD$");
#include <sys/file.h>
#include <sys/filedesc.h>
#include <sys/proc.h>
-#include <sys/jail.h>
#include <sys/malloc.h>
#include <sys/mount.h>
#include <sys/namei.h>
OpenPOWER on IntegriCloud