diff options
Diffstat (limited to 'sys/compat/hpux/hppa/hpux_syscallargs.h')
-rw-r--r-- | sys/compat/hpux/hppa/hpux_syscallargs.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/compat/hpux/hppa/hpux_syscallargs.h b/sys/compat/hpux/hppa/hpux_syscallargs.h index 8d73395d4da..53fc0a1be27 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.3 2004/07/11 00:21:29 mickey Exp $ */ +/* $OpenBSD: hpux_syscallargs.h,v 1.4 2004/07/13 01:03:22 mickey Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.3 2004/07/11 00:20:46 mickey Exp + * created from OpenBSD: syscalls.master,v 1.4 2004/07/13 01:03:01 mickey Exp */ #ifdef syscallarg @@ -464,6 +464,7 @@ int hpux_sys_sigprocmask(struct proc *, void *, register_t *); int hpux_sys_sigpending(struct proc *, void *, register_t *); int hpux_sys_sigsuspend(struct proc *, void *, register_t *); int hpux_sys_sigaction(struct proc *, void *, register_t *); +int compat_09_sys_getdomainname(struct proc *, void *, register_t *); int hpux_sys_waitpid(struct proc *, void *, register_t *); int hpux_sigsetreturn(struct proc *, void *, register_t *); int sys_poll(struct proc *, void *, register_t *); |