Browse Source

BSD4.[23] could also run NFS, so added getdirent.s

ceriel 36 years ago
parent
commit
a5578bc229
3 changed files with 6 additions and 0 deletions
  1. 1 0
      mach/vax4/libbsd4_2/LIST
  2. 4 0
      mach/vax4/libbsd4_2/getdirent.s
  3. 1 0
      mach/vax4/libbsd4_2/syscall.h

+ 1 - 0
mach/vax4/libbsd4_2/LIST

@@ -32,6 +32,7 @@ fstat.s
 fsync.s
 ftime.c
 ftruncate.s
+getdirent.s
 getdtabsz.s
 getegid.s
 geteuid.s

+ 4 - 0
mach/vax4/libbsd4_2/getdirent.s

@@ -0,0 +1,4 @@
+#include "syscall.h"
+DEFINE(_getdirentries)
+SYSTEM(SYS_getdirentries)
+

+ 1 - 0
mach/vax4/libbsd4_2/syscall.h

@@ -121,3 +121,4 @@
 #define SYS_setquota 148
 #define SYS_quota 149
 #define SYS_getsockname 150
+#define SYS_getdirentries 156