diff options
Diffstat (limited to 'sys/compat/linux/linux_syscalls.c')
| -rw-r--r-- | sys/compat/linux/linux_syscalls.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_syscalls.c b/sys/compat/linux/linux_syscalls.c index 7ac0f68717b..6a9cbd2850a 100644 --- a/sys/compat/linux/linux_syscalls.c +++ b/sys/compat/linux/linux_syscalls.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_syscalls.c,v 1.25 1998/02/19 00:41:47 thorpej Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.26 1998/02/19 03:34:18 thorpej Exp $ */ /* * System call names. @@ -7,6 +7,7 @@ * created from NetBSD: syscalls.master,v 1.22 1998/02/19 00:41:12 thorpej Exp */ +#if defined(_KERNEL) && !defined(_LKM) #include <sys/param.h> #include <sys/systm.h> #include <sys/signal.h> @@ -16,6 +17,7 @@ #include <compat/linux/linux_signal.h> #include <compat/linux/linux_syscallargs.h> #include <machine/linux_machdep.h> +#endif /* _KERNEL && ! _LKM */ char *linux_syscallnames[] = { "syscall", /* 0 = syscall */ |
