diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-07-15 20:07:42 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-07-15 20:07:42 +0000 |
commit | 50697207ff13cdbe29a8c69d5f610326c9f5cd59 (patch) | |
tree | e9dedece0adf38370cd1269220f25a32f26f3c7f /sys | |
parent | b041188f43f2322970fd36e13ade6394a2d922fa (diff) |
+setdomain,getdirentries
Diffstat (limited to 'sys')
-rw-r--r-- | sys/compat/hpux/hppa/syscalls.master | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/compat/hpux/hppa/syscalls.master b/sys/compat/hpux/hppa/syscalls.master index 8b2ce34d054..6b4d75ef7ff 100644 --- a/sys/compat/hpux/hppa/syscalls.master +++ b/sys/compat/hpux/hppa/syscalls.master @@ -1,4 +1,4 @@ - $OpenBSD: syscalls.master,v 1.6 2004/07/14 15:54:56 mickey Exp $ + $OpenBSD: syscalls.master,v 1.7 2004/07/15 20:07:41 mickey Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -296,9 +296,11 @@ 191 UNIMPL getfh 192 NOARGS { int compat_09_sys_getdomainname(char *domainname, \ int len); } -193 UNIMPL setdomainname +193 NOARGS { int compat_09_sys_setdomainname(char *domainname, \ + int len); } 194 UNIMPL async_daemon -195 UNIMPL getdirentries +195 NOARGS { int compat_43_sys_getdirentries(int fd, char *buf, \ + u_int count, long *basep); } 196 UNIMPL statfs 197 UNIMPL fstatfs 198 UNIMPL vfsmount |