BSD4.[23] could also run NFS, so added getdirent.s
authorceriel <none@none>
Thu, 28 Jul 1988 09:46:43 +0000 (09:46 +0000)
committerceriel <none@none>
Thu, 28 Jul 1988 09:46:43 +0000 (09:46 +0000)
mach/vax4/libbsd4_2/LIST
mach/vax4/libbsd4_2/getdirent.s [new file with mode: 0644]
mach/vax4/libbsd4_2/syscall.h

index daba62b..673088d 100644 (file)
@@ -32,6 +32,7 @@ fstat.s
 fsync.s
 ftime.c
 ftruncate.s
+getdirent.s
 getdtabsz.s
 getegid.s
 geteuid.s
diff --git a/mach/vax4/libbsd4_2/getdirent.s b/mach/vax4/libbsd4_2/getdirent.s
new file mode 100644 (file)
index 0000000..d4d35f8
--- /dev/null
@@ -0,0 +1,4 @@
+#include "syscall.h"
+DEFINE(_getdirentries)
+SYSTEM(SYS_getdirentries)
+
index 1b21771..a66126b 100644 (file)
 #define SYS_setquota 148
 #define SYS_quota 149
 #define SYS_getsockname 150
+#define SYS_getdirentries 156