summaryrefslogtreecommitdiff
path: root/sys/compat/netbsd/netbsd_syscall.h
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1999-09-15 20:42:28 +0000
committerkstailey <kstailey@cvs.openbsd.org>1999-09-15 20:42:28 +0000
commit1ce98ba448b928291c9fb6048823a52637f4b0d2 (patch)
tree99e35d7ec2249c70459885de8ed8c295c5a2ba1d /sys/compat/netbsd/netbsd_syscall.h
parentddb5ef5c9cb1d4a0946100674ff3f9ecc28bf445 (diff)
regen
Diffstat (limited to 'sys/compat/netbsd/netbsd_syscall.h')
-rw-r--r--sys/compat/netbsd/netbsd_syscall.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/compat/netbsd/netbsd_syscall.h b/sys/compat/netbsd/netbsd_syscall.h
index ba2321f0668..e1fb2b7c695 100644
--- a/sys/compat/netbsd/netbsd_syscall.h
+++ b/sys/compat/netbsd/netbsd_syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: netbsd_syscall.h,v 1.4 1999/09/15 18:38:02 kstailey Exp $ */
+/* $OpenBSD: netbsd_syscall.h,v 1.5 1999/09/15 20:42:27 kstailey Exp $ */
/*
* System call numbers.
*
* 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
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
@@ -616,6 +616,9 @@
/* syscall: "nanosleep" ret: "int" args: "const struct timespec *" "struct timespec *" */
#define NETBSD_SYS_nanosleep 240
+/* syscall: "getdents" ret: "int" args: "int" "char *" "size_t" */
+#define NETBSD_SYS_getdents 272
+
/* syscall: "minherit" ret: "int" args: "void *" "size_t" "int" */
#define NETBSD_SYS_minherit 273