diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-07-13 01:03:23 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-07-13 01:03:23 +0000 |
commit | 7eb1fbe56527c84ed71775a4c87d0fd878e80102 (patch) | |
tree | cb4984006c6785021b702d548e3a3b9adddacd60 /sys/compat/hpux/hppa/hpux_syscall.h | |
parent | 975a7c2a23c4d4ee6d8f82bf4532ee5d40c06b4a (diff) |
regen
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 |