diff options
Diffstat (limited to 'sys')
-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 |