diff options
Diffstat (limited to 'sys/compat/hpux/hppa/hpux_syscall.h')
-rw-r--r-- | sys/compat/hpux/hppa/hpux_syscall.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/compat/hpux/hppa/hpux_syscall.h b/sys/compat/hpux/hppa/hpux_syscall.h index 0bacfccc9e4..d525aa9dcef 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.6 2004/07/14 15:55:38 mickey Exp $ */ +/* $OpenBSD: hpux_syscall.h,v 1.7 2004/07/15 20:08:31 mickey Exp $ */ /* * System call numbers. * * 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 */ /* syscall: "syscall" ret: "int" args: */ @@ -337,6 +337,12 @@ /* syscall: "getdomainname" ret: "int" args: "char *" "int" */ #define HPUX_SYS_getdomainname 192 +/* syscall: "setdomainname" ret: "int" args: "char *" "int" */ +#define HPUX_SYS_setdomainname 193 + +/* syscall: "getdirentries" ret: "int" args: "int" "char *" "u_int" "long *" */ +#define HPUX_SYS_getdirentries 195 + /* syscall: "waitpid" ret: "int" args: "pid_t" "int *" "int" "struct rusage *" */ #define HPUX_SYS_waitpid 200 |