Fix warning:
239: warning: no previous prototype for `linux_debug'
This commit is contained in:
parent
2e17a05929
commit
ec0b1e6727
@ -232,9 +232,9 @@ linux_set_oss_version(p, oss_version)
|
||||
|
||||
#ifdef DEBUG
|
||||
|
||||
u_char linux_debug_map[howmany(LINUX_SYS_MAXSYSCALL, sizeof(u_char))];
|
||||
static u_char linux_debug_map[howmany(LINUX_SYS_MAXSYSCALL, sizeof(u_char))];
|
||||
|
||||
int
|
||||
static int
|
||||
linux_debug(int syscall, int toggle, int global)
|
||||
{
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user