From 24aa07001fdb92695db186c6bd9f411b49a9c31e Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Thu, 15 Jul 2004 20:08:32 +0000 Subject: regen --- sys/compat/hpux/hppa/hpux_sysent.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sys/compat/hpux/hppa/hpux_sysent.c') 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 @@ -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, -- cgit v1.2.3