summaryrefslogtreecommitdiff
path: root/sys/compat/linux
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-06-15 08:18:24 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-06-15 08:18:24 +0000
commit67b6051349ef034fba4d8d48809b05ebc0ec86fc (patch)
tree7c28a03a13e473b351e84b31f71a8209096f69c0 /sys/compat/linux
parent7e40a391bc53350bf899adbd9279a9db684dd736 (diff)
Notes
Diffstat (limited to 'sys/compat/linux')
-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 9ebcf1be87a3..e15b2a4444e4 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)