From 6c3ea2103bf12bd8fbc51a23ab050c096c0bee9f Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Wed, 10 Oct 2001 23:44:27 +0000 Subject: regen --- sys/compat/hpux/hpux_syscall.h | 4 ++-- sys/compat/hpux/hpux_syscallargs.h | 10 +++------- sys/compat/hpux/hpux_syscalls.c | 4 ++-- sys/compat/hpux/hpux_sysent.c | 8 ++++---- 4 files changed, 11 insertions(+), 15 deletions(-) (limited to 'sys/compat') 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 @@ -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), -- cgit v1.2.3