From 17e1a2b5e8d968c033c2bdf345a2e290d31b1c30 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Sat, 30 Jul 2005 20:31:01 +0000 Subject: [PATCH] Regen. --- sys/emulation/linux/i386/linux_proto.h | 4 ++-- sys/emulation/linux/i386/linux_syscall.h | 4 ++-- sys/emulation/linux/i386/linux_sysent.c | 5 +++-- sys/emulation/linux/i386/linux_union.h | 4 ++-- sys/kern/init_sysent.c | 7 +++++-- sys/kern/syscalls.c | 6 ++++-- sys/sys/syscall-args | 4 ++-- sys/sys/syscall-hide.h | 6 ++++-- sys/sys/syscall.h | 4 ++-- sys/sys/syscall.mk | 4 ++-- sys/sys/sysproto.h | 10 ++++++++-- sys/sys/sysunion.h | 6 ++++-- 12 files changed, 40 insertions(+), 24 deletions(-) diff --git a/sys/emulation/linux/i386/linux_proto.h b/sys/emulation/linux/i386/linux_proto.h index 358b21e701..45aef89280 100644 --- a/sys/emulation/linux/i386/linux_proto.h +++ b/sys/emulation/linux/i386/linux_proto.h @@ -2,8 +2,8 @@ * System call prototypes. * * DO NOT EDIT-- this file is automatically generated. - * $DragonFly: src/sys/emulation/linux/i386/linux_proto.h,v 1.13 2004/11/14 01:41:41 dillon Exp $ - * created from DragonFly: src/sys/emulation/linux/i386/syscalls.master,v 1.5 2004/03/11 09:53:19 hmp Exp + * $DragonFly: src/sys/emulation/linux/i386/linux_proto.h,v 1.14 2005/07/30 20:31:01 joerg Exp $ + * created from DragonFly: src/sys/emulation/linux/i386/syscalls.master,v 1.7 2005/07/30 20:29:40 joerg Exp */ #ifndef _LINUX_SYSPROTO_H_ diff --git a/sys/emulation/linux/i386/linux_syscall.h b/sys/emulation/linux/i386/linux_syscall.h index 7044f289b3..3b3926c61c 100644 --- a/sys/emulation/linux/i386/linux_syscall.h +++ b/sys/emulation/linux/i386/linux_syscall.h @@ -2,8 +2,8 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * $DragonFly: src/sys/emulation/linux/i386/linux_syscall.h,v 1.13 2004/11/14 01:41:41 dillon Exp $ - * created from DragonFly: src/sys/emulation/linux/i386/syscalls.master,v 1.5 2004/03/11 09:53:19 hmp Exp + * $DragonFly: src/sys/emulation/linux/i386/linux_syscall.h,v 1.14 2005/07/30 20:31:01 joerg Exp $ + * created from DragonFly: src/sys/emulation/linux/i386/syscalls.master,v 1.7 2005/07/30 20:29:40 joerg Exp */ #define LINUX_SYS_exit 1 diff --git a/sys/emulation/linux/i386/linux_sysent.c b/sys/emulation/linux/i386/linux_sysent.c index 391f427fb1..dd17bcc946 100644 --- a/sys/emulation/linux/i386/linux_sysent.c +++ b/sys/emulation/linux/i386/linux_sysent.c @@ -2,8 +2,8 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * $DragonFly: src/sys/emulation/linux/i386/linux_sysent.c,v 1.13 2004/11/14 01:41:41 dillon Exp $ - * created from DragonFly: src/sys/emulation/linux/i386/syscalls.master,v 1.5 2004/03/11 09:53:19 hmp Exp + * $DragonFly: src/sys/emulation/linux/i386/linux_sysent.c,v 1.14 2005/07/30 20:31:01 joerg Exp $ + * created from DragonFly: src/sys/emulation/linux/i386/syscalls.master,v 1.7 2005/07/30 20:29:40 joerg Exp */ #include "opt_compat.h" @@ -12,6 +12,7 @@ #include #include "linux.h" #include "linux_proto.h" +#include #define AS(name) ((sizeof(struct name) - sizeof(struct sysmsg) - sizeof(union usrmsg)) / sizeof(register_t)) diff --git a/sys/emulation/linux/i386/linux_union.h b/sys/emulation/linux/i386/linux_union.h index 239e33de5e..d8f918c6f4 100644 --- a/sys/emulation/linux/i386/linux_union.h +++ b/sys/emulation/linux/i386/linux_union.h @@ -2,8 +2,8 @@ * Union of syscall args for messaging. * * DO NOT EDIT-- this file is automatically generated. - * $DragonFly: src/sys/emulation/linux/i386/linux_union.h,v 1.9 2004/11/14 01:41:41 dillon Exp $ - * created from DragonFly: src/sys/emulation/linux/i386/syscalls.master,v 1.5 2004/03/11 09:53:19 hmp Exp + * $DragonFly: src/sys/emulation/linux/i386/linux_union.h,v 1.10 2005/07/30 20:31:01 joerg Exp $ + * created from DragonFly: src/sys/emulation/linux/i386/syscalls.master,v 1.7 2005/07/30 20:29:40 joerg Exp */ union sysunion { diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 317f745818..b0b6e9bb3d 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -2,8 +2,8 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * $DragonFly: src/sys/kern/init_sysent.c,v 1.30 2005/07/23 23:27:28 joerg Exp $ - * created from DragonFly: src/sys/kern/syscalls.master,v 1.24 2005/07/23 23:26:50 joerg Exp + * $DragonFly: src/sys/kern/init_sysent.c,v 1.31 2005/07/30 20:31:01 joerg Exp $ + * created from DragonFly: src/sys/kern/syscalls.master,v 1.25 2005/07/30 20:29:40 joerg Exp */ #include "opt_compat.h" @@ -11,6 +11,7 @@ #include #include #include +#include #define AS(name) ((sizeof(struct name) - sizeof(struct sysmsg) - sizeof(union usrmsg)) / sizeof(register_t)) @@ -22,6 +23,8 @@ /* The casts are bogus but will do for now. */ struct sysent sysent[] = { +#ifdef COMPAT_43 +#endif { 0, (sy_call_t *)nosys }, /* 0 = syscall */ { AS(sys_exit_args), (sy_call_t *)sys_exit }, /* 1 = exit */ { 0, (sy_call_t *)fork }, /* 2 = fork */ diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 2900804b6b..afde7763f2 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -2,11 +2,13 @@ * System call names. * * DO NOT EDIT-- this file is automatically generated. - * $DragonFly: src/sys/kern/syscalls.c,v 1.29 2005/07/23 23:27:28 joerg Exp $ - * created from DragonFly: src/sys/kern/syscalls.master,v 1.24 2005/07/23 23:26:50 joerg Exp + * $DragonFly: src/sys/kern/syscalls.c,v 1.30 2005/07/30 20:31:01 joerg Exp $ + * created from DragonFly: src/sys/kern/syscalls.master,v 1.25 2005/07/30 20:29:40 joerg Exp */ char *syscallnames[] = { +#ifdef COMPAT_43 +#endif "syscall", /* 0 = syscall */ "exit", /* 1 = exit */ "fork", /* 2 = fork */ diff --git a/sys/sys/syscall-args b/sys/sys/syscall-args index 71901da193..bd81bcde0c 100644 --- a/sys/sys/syscall-args +++ b/sys/sys/syscall-args @@ -1,8 +1,8 @@ # System call argument table. # DO NOT EDIT-- this file is automatically generated. -# $DragonFly: src/sys/sys/Attic/syscall-args,v 1.14 2005/07/23 23:27:28 joerg Exp $ +# $DragonFly: src/sys/sys/Attic/syscall-args,v 1.15 2005/07/30 20:31:01 joerg Exp $ -# Created from DragonFly: src/sys/kern/syscalls.master,v 1.24 2005/07/23 23:26:50 joerg Exp +# Created from DragonFly: src/sys/kern/syscalls.master,v 1.25 2005/07/30 20:29:40 joerg Exp int syscall nosys nosys_args void exit sys_exit sys_exit_args int rval diff --git a/sys/sys/syscall-hide.h b/sys/sys/syscall-hide.h index 19bea9f7fc..435e3e6e79 100644 --- a/sys/sys/syscall-hide.h +++ b/sys/sys/syscall-hide.h @@ -2,10 +2,12 @@ * System call hiders. * * DO NOT EDIT-- this file is automatically generated. - * $DragonFly: src/sys/sys/syscall-hide.h,v 1.31 2005/07/23 23:27:28 joerg Exp $ - * created from DragonFly: src/sys/kern/syscalls.master,v 1.24 2005/07/23 23:26:50 joerg Exp + * $DragonFly: src/sys/sys/syscall-hide.h,v 1.32 2005/07/30 20:31:01 joerg Exp $ + * created from DragonFly: src/sys/kern/syscalls.master,v 1.25 2005/07/30 20:29:40 joerg Exp */ +#ifdef COMPAT_43 +#endif HIDE_POSIX(fork) HIDE_POSIX(read) HIDE_POSIX(write) diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 2a151deed5..9606f50a56 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -2,8 +2,8 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * $DragonFly: src/sys/sys/syscall.h,v 1.31 2005/07/23 23:27:28 joerg Exp $ - * created from DragonFly: src/sys/kern/syscalls.master,v 1.24 2005/07/23 23:26:50 joerg Exp + * $DragonFly: src/sys/sys/syscall.h,v 1.32 2005/07/30 20:31:01 joerg Exp $ + * created from DragonFly: src/sys/kern/syscalls.master,v 1.25 2005/07/30 20:29:40 joerg Exp */ #define SYS_syscall 0 diff --git a/sys/sys/syscall.mk b/sys/sys/syscall.mk index 7911f9334d..4552205670 100644 --- a/sys/sys/syscall.mk +++ b/sys/sys/syscall.mk @@ -1,7 +1,7 @@ # DragonFly system call names. # DO NOT EDIT-- this file is automatically generated. -# $DragonFly: src/sys/sys/syscall.mk,v 1.31 2005/07/23 23:27:28 joerg Exp $ -# created from DragonFly: src/sys/kern/syscalls.master,v 1.24 2005/07/23 23:26:50 joerg Exp +# $DragonFly: src/sys/sys/syscall.mk,v 1.32 2005/07/30 20:31:01 joerg Exp $ +# created from DragonFly: src/sys/kern/syscalls.master,v 1.25 2005/07/30 20:29:40 joerg Exp MIASM = \ syscall.o \ exit.o \ diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h index 9d61e9d139..bc4c9ea536 100644 --- a/sys/sys/sysproto.h +++ b/sys/sys/sysproto.h @@ -2,8 +2,8 @@ * System call prototypes. * * DO NOT EDIT-- this file is automatically generated. - * $DragonFly: src/sys/sys/sysproto.h,v 1.31 2005/07/23 23:27:28 joerg Exp $ - * created from DragonFly: src/sys/kern/syscalls.master,v 1.24 2005/07/23 23:26:50 joerg Exp + * $DragonFly: src/sys/sys/sysproto.h,v 1.32 2005/07/30 20:31:01 joerg Exp $ + * created from DragonFly: src/sys/kern/syscalls.master,v 1.25 2005/07/30 20:29:40 joerg Exp */ #ifndef _SYS_SYSPROTO_H_ @@ -20,6 +20,8 @@ #define PAD_(t) (sizeof(register_t) <= sizeof(t) ? \ 0 : sizeof(register_t) - sizeof(t)) +#ifdef COMPAT_43 +#endif struct nosys_args { #ifdef _KERNEL struct sysmsg sysmsg; @@ -2188,6 +2190,8 @@ struct closefrom_args { #ifdef _KERNEL +#ifdef COMPAT_43 +#endif int nosys (struct nosys_args *); void sys_exit (struct sys_exit_args *); int fork (struct fork_args *); @@ -2449,6 +2453,8 @@ int closefrom (struct closefrom_args *); #ifdef COMPAT_43 +#ifdef COMPAT_43 +#endif struct ocreat_args { #ifdef _KERNEL struct sysmsg sysmsg; diff --git a/sys/sys/sysunion.h b/sys/sys/sysunion.h index d0494eeaa1..caeb976f57 100644 --- a/sys/sys/sysunion.h +++ b/sys/sys/sysunion.h @@ -2,14 +2,16 @@ * Union of syscall args for messaging. * * DO NOT EDIT-- this file is automatically generated. - * $DragonFly: src/sys/sys/sysunion.h,v 1.28 2005/07/23 23:27:28 joerg Exp $ - * created from DragonFly: src/sys/kern/syscalls.master,v 1.24 2005/07/23 23:26:50 joerg Exp + * $DragonFly: src/sys/sys/sysunion.h,v 1.29 2005/07/30 20:31:01 joerg Exp $ + * created from DragonFly: src/sys/kern/syscalls.master,v 1.25 2005/07/30 20:29:40 joerg Exp */ union sysunion { #ifdef _KERNEL /* header only applies in kernel */ struct lwkt_msg lmsg; struct sysmsg sysmsg; +#endif +#ifdef COMPAT_43 #endif struct nosys_args nosys; struct sys_exit_args sys_exit; -- 2.41.0