diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-07-15 20:08:32 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-07-15 20:08:32 +0000 |
commit | 24aa07001fdb92695db186c6bd9f411b49a9c31e (patch) | |
tree | c5fb446cd6be4fc0aad03c23c2c105bc84afaf09 /sys/compat/hpux/hppa/hpux_sysent.c | |
parent | 50697207ff13cdbe29a8c69d5f610326c9f5cd59 (diff) |
regen
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 3218bef3528..6783b495e57 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.6 2004/07/14 15:55:38 mickey Exp $ */ +/* $OpenBSD: hpux_sysent.c,v 1.7 2004/07/15 20:08:31 mickey Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.6 2004/07/14 15:54:56 mickey Exp + * created from OpenBSD: syscalls.master,v 1.7 2004/07/15 20:07:41 mickey Exp */ #include <sys/param.h> @@ -442,12 +442,12 @@ struct sysent hpux_sysent[] = { sys_nosys }, /* 191 = unimplemented getfh */ { 2, s(struct compat_09_sys_getdomainname_args), compat_09_sys_getdomainname }, /* 192 = getdomainname */ - { 0, 0, - sys_nosys }, /* 193 = unimplemented setdomainname */ + { 2, s(struct compat_09_sys_setdomainname_args), + compat_09_sys_setdomainname }, /* 193 = setdomainname */ { 0, 0, sys_nosys }, /* 194 = unimplemented async_daemon */ - { 0, 0, - sys_nosys }, /* 195 = unimplemented getdirentries */ + { 4, s(struct compat_43_sys_getdirentries_args), + compat_43_sys_getdirentries }, /* 195 = getdirentries */ { 0, 0, sys_nosys }, /* 196 = unimplemented statfs */ { 0, 0, |