diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-07-13 01:03:02 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-07-13 01:03:02 +0000 |
commit | 975a7c2a23c4d4ee6d8f82bf4532ee5d40c06b4a (patch) | |
tree | 39f657b1e0a33a0288e0f9bb7dff05965166bf2c /sys/compat/hpux/hppa | |
parent | d7df5eee9ab59059bcec6446cd7f3abdf8f5dbba (diff) |
+getdomainname
Diffstat (limited to 'sys/compat/hpux/hppa')
-rw-r--r-- | sys/compat/hpux/hppa/syscalls.master | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/compat/hpux/hppa/syscalls.master b/sys/compat/hpux/hppa/syscalls.master index df7feecf4c8..2babc00be43 100644 --- a/sys/compat/hpux/hppa/syscalls.master +++ b/sys/compat/hpux/hppa/syscalls.master @@ -1,4 +1,4 @@ - $OpenBSD: syscalls.master,v 1.3 2004/07/11 00:20:46 mickey Exp $ + $OpenBSD: syscalls.master,v 1.4 2004/07/13 01:03:01 mickey Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -294,7 +294,8 @@ 189 UNIMPL lw_get_thread_times 190 UNIMPL nfssvc 191 UNIMPL getfh -192 UNIMPL getdomainname +192 NOARGS { int compat_09_sys_getdomainname(char *domainname, \ + int len); } 193 UNIMPL setdomainname 194 UNIMPL async_daemon 195 UNIMPL getdirentries |