From 67b6051349ef034fba4d8d48809b05ebc0ec86fc Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 15 Jun 2001 08:18:24 +0000 Subject: [PATCH] Bah, back out part of previous commit. I got too carried away. linux_debug_map[] is referred to from elsewhere. --- sys/compat/linux/linux_mib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)