diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-07-10 22:38:12 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-07-10 22:38:12 +0000 |
commit | 8754b70f82d7313b0a7d4ccf20eb488dc17d880c (patch) | |
tree | 1dd7ae111101f201e8ac69a0960d454fb03d0f8f | |
parent | 22c6438bbc29635b1f70c44dd6cdd3eb18ca6dc3 (diff) |
regen
-rw-r--r-- | sys/compat/hpux/hppa/hpux_syscall.h | 10 | ||||
-rw-r--r-- | sys/compat/hpux/hppa/hpux_syscallargs.h | 16 | ||||
-rw-r--r-- | sys/compat/hpux/hppa/hpux_syscalls.c | 8 | ||||
-rw-r--r-- | sys/compat/hpux/hppa/hpux_sysent.c | 12 |
4 files changed, 32 insertions, 14 deletions
diff --git a/sys/compat/hpux/hppa/hpux_syscall.h b/sys/compat/hpux/hppa/hpux_syscall.h index 2e36d94b3a6..35c744325ff 100644 --- a/sys/compat/hpux/hppa/hpux_syscall.h +++ b/sys/compat/hpux/hppa/hpux_syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: hpux_syscall.h,v 1.1 2004/07/09 22:20:29 mickey Exp $ */ +/* $OpenBSD: hpux_syscall.h,v 1.2 2004/07/10 22:38:11 mickey Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.1 2004/07/09 21:48:21 mickey Exp + * created from OpenBSD: syscalls.master,v 1.2 2004/07/10 22:37:33 mickey Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -88,6 +88,12 @@ /* syscall: "utime_6x" ret: "int" args: "char *" "time_t *" */ #define HPUX_SYS_utime_6x 30 +/* syscall: "stty_6x" ret: "int" args: "int" "caddr_t" */ +#define HPUX_SYS_stty_6x 31 + +/* syscall: "gtty_6x" ret: "int" args: "int" "caddr_t" */ +#define HPUX_SYS_gtty_6x 32 + /* syscall: "access" ret: "int" args: "char *" "int" */ #define HPUX_SYS_access 33 diff --git a/sys/compat/hpux/hppa/hpux_syscallargs.h b/sys/compat/hpux/hppa/hpux_syscallargs.h index 89c1ca13232..2f4abb5dae2 100644 --- a/sys/compat/hpux/hppa/hpux_syscallargs.h +++ b/sys/compat/hpux/hppa/hpux_syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: hpux_syscallargs.h,v 1.1 2004/07/09 22:20:29 mickey Exp $ */ +/* $OpenBSD: hpux_syscallargs.h,v 1.2 2004/07/10 22:38:11 mickey Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.1 2004/07/09 21:48:21 mickey Exp + * created from OpenBSD: syscalls.master,v 1.2 2004/07/10 22:37:33 mickey Exp */ #ifdef syscallarg @@ -104,6 +104,16 @@ struct hpux_sys_utime_6x_args { syscallarg(time_t *) tptr; }; +struct hpux_sys_stty_6x_args { + syscallarg(int) fd; + syscallarg(caddr_t) arg; +}; + +struct hpux_sys_gtty_6x_args { + syscallarg(int) fd; + syscallarg(caddr_t) arg; +}; + struct hpux_sys_access_args { syscallarg(char *) path; syscallarg(int) flags; @@ -361,6 +371,8 @@ int hpux_sys_ptrace(struct proc *, void *, register_t *); int hpux_sys_alarm_6x(struct proc *, void *, register_t *); int hpux_sys_pause_6x(struct proc *, void *, register_t *); int hpux_sys_utime_6x(struct proc *, void *, register_t *); +int hpux_sys_stty_6x(struct proc *, void *, register_t *); +int hpux_sys_gtty_6x(struct proc *, void *, register_t *); int hpux_sys_access(struct proc *, void *, register_t *); int hpux_sys_nice_6x(struct proc *, void *, register_t *); int hpux_sys_ftime_6x(struct proc *, void *, register_t *); diff --git a/sys/compat/hpux/hppa/hpux_syscalls.c b/sys/compat/hpux/hppa/hpux_syscalls.c index 644668b0e5f..a8105a3da52 100644 --- a/sys/compat/hpux/hppa/hpux_syscalls.c +++ b/sys/compat/hpux/hppa/hpux_syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: hpux_syscalls.c,v 1.1 2004/07/09 22:20:29 mickey Exp $ */ +/* $OpenBSD: hpux_syscalls.c,v 1.2 2004/07/10 22:38:11 mickey Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.1 2004/07/09 21:48:21 mickey Exp + * created from OpenBSD: syscalls.master,v 1.2 2004/07/10 22:37:33 mickey Exp */ char *hpux_syscallnames[] = { @@ -43,8 +43,8 @@ char *hpux_syscallnames[] = { "#28 (unimplemented cnx_lw_pmon_read)", /* 28 = unimplemented cnx_lw_pmon_read */ "pause_6x", /* 29 = pause_6x */ "utime_6x", /* 30 = utime_6x */ - "#31 (unimplemented stty)", /* 31 = unimplemented stty */ - "#32 (unimplemented gtty)", /* 32 = unimplemented gtty */ + "stty_6x", /* 31 = stty_6x */ + "gtty_6x", /* 32 = gtty_6x */ "access", /* 33 = access */ "nice_6x", /* 34 = nice_6x */ "ftime_6x", /* 35 = ftime_6x */ diff --git a/sys/compat/hpux/hppa/hpux_sysent.c b/sys/compat/hpux/hppa/hpux_sysent.c index e3303799eab..3e928d0032d 100644 --- a/sys/compat/hpux/hppa/hpux_sysent.c +++ b/sys/compat/hpux/hppa/hpux_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: hpux_sysent.c,v 1.1 2004/07/09 22:20:29 mickey Exp $ */ +/* $OpenBSD: hpux_sysent.c,v 1.2 2004/07/10 22:38:11 mickey Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.1 2004/07/09 21:48:21 mickey Exp + * created from OpenBSD: syscalls.master,v 1.2 2004/07/10 22:37:33 mickey Exp */ #include <sys/param.h> @@ -87,10 +87,10 @@ struct sysent hpux_sysent[] = { hpux_sys_pause_6x }, /* 29 = pause_6x */ { 2, s(struct hpux_sys_utime_6x_args), hpux_sys_utime_6x }, /* 30 = utime_6x */ - { 0, 0, - sys_nosys }, /* 31 = unimplemented stty */ - { 0, 0, - sys_nosys }, /* 32 = unimplemented gtty */ + { 2, s(struct hpux_sys_stty_6x_args), + hpux_sys_stty_6x }, /* 31 = stty_6x */ + { 2, s(struct hpux_sys_gtty_6x_args), + hpux_sys_gtty_6x }, /* 32 = gtty_6x */ { 2, s(struct hpux_sys_access_args), hpux_sys_access }, /* 33 = access */ { 1, s(struct hpux_sys_nice_6x_args), |