convert to DEV_BSIZE size directory blocks
authorKirk McKusick <mckusic@ucbvax.Berkeley.EDU>
Wed, 31 Mar 1982 04:15:34 +0000 (20:15 -0800)
committerKirk McKusick <mckusic@ucbvax.Berkeley.EDU>
Wed, 31 Mar 1982 04:15:34 +0000 (20:15 -0800)
SCCS-vsn: lib/libc/gen/closedir.c 4.3
SCCS-vsn: lib/libc/gen/readdir.c 4.3
SCCS-vsn: lib/libc/gen/seekdir.c 4.4
SCCS-vsn: lib/libc/gen/telldir.c 4.2

usr/src/lib/libc/gen/closedir.c
usr/src/lib/libc/gen/readdir.c
usr/src/lib/libc/gen/seekdir.c
usr/src/lib/libc/gen/telldir.c

index c207f4e..88c854a 100644 (file)
@@ -1,8 +1,8 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)closedir.c 4.2 %G%";
+static char sccsid[] = "@(#)closedir.c 4.3 %G%";
 
 
-#include <sys/types.h>
+#include <sys/param.h>
 #include <ndir.h>
 
 /*
 #include <ndir.h>
 
 /*
index d94db93..d4ec732 100644 (file)
@@ -1,8 +1,8 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)readdir.c 4.2 %G%";
+static char sccsid[] = "@(#)readdir.c 4.3 %G%";
 
 
-#include <sys/types.h>
+#include <sys/param.h>
 #include <ndir.h>
 
 /*
 #include <ndir.h>
 
 /*
index d6ba389..04accf8 100644 (file)
@@ -1,8 +1,8 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)seekdir.c 4.3 %G%";
+static char sccsid[] = "@(#)seekdir.c 4.4 %G%";
 
 
-#include <sys/types.h>
+#include <sys/param.h>
 #include <ndir.h>
 
 /*
 #include <ndir.h>
 
 /*
index c8590e4..278ffe7 100644 (file)
@@ -1,8 +1,8 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)telldir.c 4.1 %G%";
+static char sccsid[] = "@(#)telldir.c 4.2 %G%";
 
 
-#include <sys/types.h>
+#include <sys/param.h>
 #include <ndir.h>
 
 /*
 #include <ndir.h>
 
 /*