summaryrefslogtreecommitdiff
path: root/sys/compat/netbsd/netbsd_syscallargs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/netbsd/netbsd_syscallargs.h')
-rw-r--r--sys/compat/netbsd/netbsd_syscallargs.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/sys/compat/netbsd/netbsd_syscallargs.h b/sys/compat/netbsd/netbsd_syscallargs.h
index 717d2197523..5b2a83e0300 100644
--- a/sys/compat/netbsd/netbsd_syscallargs.h
+++ b/sys/compat/netbsd/netbsd_syscallargs.h
@@ -1,14 +1,20 @@
-/* $OpenBSD: netbsd_syscallargs.h,v 1.4 1999/09/15 18:38:02 kstailey Exp $ */
+/* $OpenBSD: netbsd_syscallargs.h,v 1.5 1999/09/15 20:42:27 kstailey Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.4 1999/09/15 18:36:38 kstailey Exp
+ * created from; OpenBSD: syscalls.master,v 1.5 1999/09/15 20:41:16 kstailey Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }
+struct netbsd_sys_getdents_args {
+ syscallarg(int) fd;
+ syscallarg(char *) buf;
+ syscallarg(size_t) count;
+};
+
struct netbsd_sys___stat13_args {
syscallarg(const char *) path;
syscallarg(struct netbsd_stat *) ub;
@@ -309,6 +315,7 @@ int sys_clock_gettime __P((struct proc *, void *, register_t *));
int sys_clock_settime __P((struct proc *, void *, register_t *));
int sys_clock_getres __P((struct proc *, void *, register_t *));
int sys_nanosleep __P((struct proc *, void *, register_t *));
+int netbsd_sys_getdents __P((struct proc *, void *, register_t *));
int sys_minherit __P((struct proc *, void *, register_t *));
int sys_lchown __P((struct proc *, void *, register_t *));
int sys_msync __P((struct proc *, void *, register_t *));