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_syscalls.c | |
parent | 50697207ff13cdbe29a8c69d5f610326c9f5cd59 (diff) |
regen
Diffstat (limited to 'sys/compat/hpux/hppa/hpux_syscalls.c')
-rw-r--r-- | sys/compat/hpux/hppa/hpux_syscalls.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/hpux/hppa/hpux_syscalls.c b/sys/compat/hpux/hppa/hpux_syscalls.c index 975a21d66d9..88e047bbba2 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.6 2004/07/14 15:55:38 mickey Exp $ */ +/* $OpenBSD: hpux_syscalls.c,v 1.7 2004/07/15 20:08:31 mickey Exp $ */ /* * System call names. * * 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 */ char *hpux_syscallnames[] = { @@ -225,9 +225,9 @@ char *hpux_syscallnames[] = { "#190 (unimplemented nfssvc)", /* 190 = unimplemented nfssvc */ "#191 (unimplemented getfh)", /* 191 = unimplemented getfh */ "getdomainname", /* 192 = getdomainname */ - "#193 (unimplemented setdomainname)", /* 193 = unimplemented setdomainname */ + "setdomainname", /* 193 = setdomainname */ "#194 (unimplemented async_daemon)", /* 194 = unimplemented async_daemon */ - "#195 (unimplemented getdirentries)", /* 195 = unimplemented getdirentries */ + "getdirentries", /* 195 = getdirentries */ "#196 (unimplemented statfs)", /* 196 = unimplemented statfs */ "#197 (unimplemented fstatfs)", /* 197 = unimplemented fstatfs */ "#198 (unimplemented vfsmount)", /* 198 = unimplemented vfsmount */ |