diff options
Diffstat (limited to 'sys/compat/hpux/hppa/hpux_syscall.h')
-rw-r--r-- | sys/compat/hpux/hppa/hpux_syscall.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/compat/hpux/hppa/hpux_syscall.h b/sys/compat/hpux/hppa/hpux_syscall.h index 2245264b33b..224dc6f2f9f 100644 --- a/sys/compat/hpux/hppa/hpux_syscall.h +++ b/sys/compat/hpux/hppa/hpux_syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: hpux_syscall.h,v 1.3 2004/07/11 00:21:29 mickey Exp $ */ +/* $OpenBSD: hpux_syscall.h,v 1.4 2004/07/13 01:03:22 mickey Exp $ */ /* * System call numbers. * * 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 */ /* syscall: "syscall" ret: "int" args: */ @@ -325,6 +325,9 @@ /* syscall: "sigaction" ret: "int" args: "int" "struct hpux_sigaction *" "struct hpux_sigaction *" */ #define HPUX_SYS_sigaction 188 +/* syscall: "getdomainname" ret: "int" args: "char *" "int" */ +#define HPUX_SYS_getdomainname 192 + /* syscall: "waitpid" ret: "int" args: "pid_t" "int *" "int" "struct rusage *" */ #define HPUX_SYS_waitpid 200 |