Bah, back out part of previous commit. I got too carried away.

linux_debug_map[] is referred to from elsewhere.
This commit is contained in:
peter 2001-06-15 08:18:24 +00:00
parent 8ab5b668f0
commit 65918153fb

View File

@ -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)