Fix warning:

239: warning: no previous prototype for `linux_debug'
This commit is contained in:
Peter Wemm 2001-06-15 07:48:21 +00:00
parent 2e17a05929
commit ec0b1e6727

View File

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