diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-06-15 08:18:24 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-06-15 08:18:24 +0000 |
| commit | 67b6051349ef034fba4d8d48809b05ebc0ec86fc (patch) | |
| tree | 7c28a03a13e473b351e84b31f71a8209096f69c0 /sys/compat/linux | |
| parent | 7e40a391bc53350bf899adbd9279a9db684dd736 (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux')
| -rw-r--r-- | sys/compat/linux/linux_mib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_mib.c b/sys/compat/linux/linux_mib.c index 9ebcf1be87a3..e15b2a4444e4 100644 --- a/sys/compat/linux/linux_mib.c +++ b/sys/compat/linux/linux_mib.c @@ -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) |
