diff options
| author | mycroft <mycroft@NetBSD.org> | 1995-08-14 01:29:05 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1995-08-14 01:29:05 +0000 |
| commit | 01fa87477a87e6bbe851cf985a2138176a3202cf (patch) | |
| tree | 1944fc5e0122e7cf60f4eacb04d51f9733b7448a /sys/compat/linux | |
| parent | 88b8e43a80ceb526a57d200b7e08df604247ca77 (diff) | |
syscalls.master changed.
Diffstat (limited to 'sys/compat/linux')
| -rw-r--r-- | sys/compat/linux/linux_syscall.h | 2 | ||||
| -rw-r--r-- | sys/compat/linux/linux_syscallargs.h | 2 | ||||
| -rw-r--r-- | sys/compat/linux/linux_syscalls.c | 2 | ||||
| -rw-r--r-- | sys/compat/linux/linux_sysent.c | 5 |
4 files changed, 6 insertions, 5 deletions
diff --git a/sys/compat/linux/linux_syscall.h b/sys/compat/linux/linux_syscall.h index 112d416c05a..7d86b310dd9 100644 --- a/sys/compat/linux/linux_syscall.h +++ b/sys/compat/linux/linux_syscall.h @@ -2,7 +2,7 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.7 1995/07/24 06:35:58 fvdl Exp + * created from NetBSD: syscalls.master,v 1.8 1995/08/14 01:27:56 mycroft Exp */ #define LINUX_SYS_syscall 0 diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h index f4969f27ebf..78fa67f4d02 100644 --- a/sys/compat/linux/linux_syscallargs.h +++ b/sys/compat/linux/linux_syscallargs.h @@ -2,7 +2,7 @@ * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.7 1995/07/24 06:35:58 fvdl Exp + * created from NetBSD: syscalls.master,v 1.8 1995/08/14 01:27:56 mycroft Exp */ #define syscallarg(x) union { x datum; register_t pad; } diff --git a/sys/compat/linux/linux_syscalls.c b/sys/compat/linux/linux_syscalls.c index 6fbb64485e6..8363f2af764 100644 --- a/sys/compat/linux/linux_syscalls.c +++ b/sys/compat/linux/linux_syscalls.c @@ -2,7 +2,7 @@ * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.7 1995/07/24 06:35:58 fvdl Exp + * created from NetBSD: syscalls.master,v 1.8 1995/08/14 01:27:56 mycroft Exp */ char *linux_syscallnames[] = { diff --git a/sys/compat/linux/linux_sysent.c b/sys/compat/linux/linux_sysent.c index 7516cd92f65..0ee19604d93 100644 --- a/sys/compat/linux/linux_sysent.c +++ b/sys/compat/linux/linux_sysent.c @@ -2,7 +2,7 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.7 1995/07/24 06:35:58 fvdl Exp + * created from NetBSD: syscalls.master,v 1.8 1995/08/14 01:27:56 mycroft Exp */ #include <sys/param.h> @@ -11,8 +11,9 @@ #include <sys/mount.h> #include <sys/syscallargs.h> #include <compat/linux/linux_types.h> -#include <machine/linux_machdep.h> +#include <compat/linux/linux_signal.h> #include <compat/linux/linux_syscallargs.h> +#include <machine/linux_machdep.h> int nosys(); int exit(); int linux_fork(); |
