diff options
Diffstat (limited to 'sys/compat/hpux/hppa/hpux_sysent.c')
-rw-r--r-- | sys/compat/hpux/hppa/hpux_sysent.c | 12 |
1 files changed, 6 insertions, 6 deletions
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), |