diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-10-10 23:44:27 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-10-10 23:44:27 +0000 |
commit | 6c3ea2103bf12bd8fbc51a23ab050c096c0bee9f (patch) | |
tree | 04c17c5f7a301e85683a963b4db5ccc2288cc11c /sys/compat | |
parent | c26325bea28d2b02fb588b6523bed61000e182a9 (diff) |
regen
Diffstat (limited to 'sys/compat')
-rw-r--r-- | sys/compat/hpux/hpux_syscall.h | 4 | ||||
-rw-r--r-- | sys/compat/hpux/hpux_syscallargs.h | 10 | ||||
-rw-r--r-- | sys/compat/hpux/hpux_syscalls.c | 4 | ||||
-rw-r--r-- | sys/compat/hpux/hpux_sysent.c | 8 |
4 files changed, 11 insertions, 15 deletions
diff --git a/sys/compat/hpux/hpux_syscall.h b/sys/compat/hpux/hpux_syscall.h index 7cbcccd7344..b06831e2577 100644 --- a/sys/compat/hpux/hpux_syscall.h +++ b/sys/compat/hpux/hpux_syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: hpux_syscall.h,v 1.7 2001/08/26 04:14:26 deraadt Exp $ */ +/* $OpenBSD: hpux_syscall.h,v 1.8 2001/10/10 23:44:26 art Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.6 1999/06/07 07:17:46 deraadt Exp + * created from OpenBSD: syscalls.master,v 1.7 2001/10/10 23:43:44 art Exp */ /* syscall: "syscall" ret: "int" args: */ diff --git a/sys/compat/hpux/hpux_syscallargs.h b/sys/compat/hpux/hpux_syscallargs.h index 0805845dc8e..b281aca20e3 100644 --- a/sys/compat/hpux/hpux_syscallargs.h +++ b/sys/compat/hpux/hpux_syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: hpux_syscallargs.h,v 1.8 2001/08/26 04:14:26 deraadt Exp $ */ +/* $OpenBSD: hpux_syscallargs.h,v 1.9 2001/10/10 23:44:26 art Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.6 1999/06/07 07:17:46 deraadt Exp + * created from OpenBSD: syscalls.master,v 1.7 2001/10/10 23:43:44 art Exp */ #ifdef syscallarg @@ -152,10 +152,6 @@ struct hpux_sys_lstat_args { syscallarg(struct hpux_stat *) sb; }; -struct hpux_sys_dup_args { - syscallarg(int) fd; -}; - struct hpux_sys_times_6x_args { syscallarg(struct tms *) tms; }; @@ -437,7 +433,7 @@ int hpux_sys_kill __P((struct proc *, void *, register_t *)); int hpux_sys_stat __P((struct proc *, void *, register_t *)); int hpux_sys_setpgrp_6x __P((struct proc *, void *, register_t *)); int hpux_sys_lstat __P((struct proc *, void *, register_t *)); -int hpux_sys_dup __P((struct proc *, void *, register_t *)); +int sys_dup __P((struct proc *, void *, register_t *)); int sys_opipe __P((struct proc *, void *, register_t *)); int hpux_sys_times_6x __P((struct proc *, void *, register_t *)); int sys_profil __P((struct proc *, void *, register_t *)); diff --git a/sys/compat/hpux/hpux_syscalls.c b/sys/compat/hpux/hpux_syscalls.c index 90e8b96ad1c..7a75a8dfea3 100644 --- a/sys/compat/hpux/hpux_syscalls.c +++ b/sys/compat/hpux/hpux_syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: hpux_syscalls.c,v 1.7 2001/08/26 04:14:26 deraadt Exp $ */ +/* $OpenBSD: hpux_syscalls.c,v 1.8 2001/10/10 23:44:26 art Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.6 1999/06/07 07:17:46 deraadt Exp + * created from OpenBSD: syscalls.master,v 1.7 2001/10/10 23:43:44 art Exp */ char *hpux_syscallnames[] = { diff --git a/sys/compat/hpux/hpux_sysent.c b/sys/compat/hpux/hpux_sysent.c index 7c30f535d26..3af496be153 100644 --- a/sys/compat/hpux/hpux_sysent.c +++ b/sys/compat/hpux/hpux_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: hpux_sysent.c,v 1.8 2001/08/26 04:14:26 deraadt Exp $ */ +/* $OpenBSD: hpux_sysent.c,v 1.9 2001/10/10 23:44:26 art Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.6 1999/06/07 07:17:46 deraadt Exp + * created from OpenBSD: syscalls.master,v 1.7 2001/10/10 23:43:44 art Exp */ #include <sys/param.h> @@ -102,8 +102,8 @@ struct sysent hpux_sysent[] = { hpux_sys_setpgrp_6x }, /* 39 = setpgrp_6x */ { 2, s(struct hpux_sys_lstat_args), hpux_sys_lstat }, /* 40 = lstat */ - { 1, s(struct hpux_sys_dup_args), - hpux_sys_dup }, /* 41 = dup */ + { 1, s(struct sys_dup_args), + sys_dup }, /* 41 = dup */ { 0, 0, sys_opipe }, /* 42 = opipe */ { 1, s(struct hpux_sys_times_6x_args), |