summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_mib.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-06-15 08:18:24 +0000
committerpeter <peter@FreeBSD.org>2001-06-15 08:18:24 +0000
commite6d5c70da17b2c8bc0996b2065870bba8bf43662 (patch)
tree7c28a03a13e473b351e84b31f71a8209096f69c0 /sys/compat/linux/linux_mib.c
parent5fa9d6f73967cb49a253243490c7b3fe41997542 (diff)
downloadFreeBSD-src-e6d5c70da17b2c8bc0996b2065870bba8bf43662.zip
FreeBSD-src-e6d5c70da17b2c8bc0996b2065870bba8bf43662.tar.gz
Bah, back out part of previous commit. I got too carried away.
linux_debug_map[] is referred to from elsewhere.
Diffstat (limited to 'sys/compat/linux/linux_mib.c')
-rw-r--r--sys/compat/linux/linux_mib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_mib.c b/sys/compat/linux/linux_mib.c
index 9ebcf1b..e15b2a4 100644
--- a/sys/compat/linux/linux_mib.c
+++ b/sys/compat/linux/linux_mib.c
@@ -232,7 +232,7 @@ linux_set_oss_version(p, oss_version)
#ifdef DEBUG
-static u_char linux_debug_map[howmany(LINUX_SYS_MAXSYSCALL, sizeof(u_char))];
+u_char linux_debug_map[howmany(LINUX_SYS_MAXSYSCALL, sizeof(u_char))];
static int
linux_debug(int syscall, int toggle, int global)
OpenPOWER on IntegriCloud