mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
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
7e40a391bc
commit
67b6051349
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue