diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-06-15 07:48:21 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-06-15 07:48:21 +0000 |
| commit | ec0b1e6727170d8030130f72c9f06b6829905c0c (patch) | |
| tree | 452f86225639ae20e05fa82ec90b0d6fd7e287a1 | |
| parent | 2e17a05929445be8682c2c618e5cc2ae0fcb6934 (diff) | |
Notes
| -rw-r--r-- | sys/compat/linux/linux_mib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_mib.c b/sys/compat/linux/linux_mib.c index 35d4a25677ab..9ebcf1be87a3 100644 --- a/sys/compat/linux/linux_mib.c +++ b/sys/compat/linux/linux_mib.c @@ -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) { |
