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:
parent
8ab5b668f0
commit
65918153fb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user