diff options
| author | Dmitry Chagin <dchagin@FreeBSD.org> | 2009-05-07 10:01:05 +0000 |
|---|---|---|
| committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2009-05-07 10:01:05 +0000 |
| commit | 4ec3ea90ebe846c9edd4c13ff5527420a52f3d1e (patch) | |
| tree | d335a53e219dd0e34e039eb0201e19116eff0d22 /sys/compat/linux/linux_mib.c | |
| parent | 13f20d7e8607cbd09df8ec9f82eaea86874e4af2 (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux/linux_mib.c')
| -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 b47ec044e765..331b91e4abd4 100644 --- a/sys/compat/linux/linux_mib.c +++ b/sys/compat/linux/linux_mib.c @@ -318,7 +318,7 @@ linux_set_oss_version(struct thread *td, int oss_version) return (0); } -#ifdef DEBUG +#if defined(DEBUG) || defined(KTR) u_char linux_debug_map[howmany(LINUX_SYS_MAXSYSCALL, sizeof(u_char))]; @@ -377,4 +377,4 @@ SYSCTL_PROC(_compat_linux, OID_AUTO, debug, 0, 0, linux_sysctl_debug, "A", "Linux debugging control"); -#endif /* DEBUG */ +#endif /* DEBUG || KTR */ |
