diff options
| author | thorpej <thorpej@NetBSD.org> | 1998-02-19 03:34:15 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 1998-02-19 03:34:15 +0000 |
| commit | dc4fe3d32da92be3a2dcfba6e6b9351b94ec5a8c (patch) | |
| tree | c59ceb56c0bd5e1d66bb868431e1f6a9a42ac07d /sys/compat/linux/linux_syscalls.c | |
| parent | 95cd40bf133289d4f27717b4b51dbade2ed04c42 (diff) | |
Regen: makesyscalls.sh changed.
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 */ |
