BSD 4 release
[unix-history] / usr / src / cmd / ncheck.c
index 3bbe4a2..b78f36d 100644 (file)
@@ -1,9 +1,10 @@
+static char *sccsid = "@(#)ncheck.c    4.1 (Berkeley) 10/1/80";
 /*
  * ncheck -- obtain file names from reading filesystem
  */
 
 #define        NI      16
 /*
  * ncheck -- obtain file names from reading filesystem
  */
 
 #define        NI      16
-#define        NB      100
+#define        NB      500
 #define        HSIZE   2503
 #define        NDIR    (BSIZE/sizeof(struct direct))
 
 #define        HSIZE   2503
 #define        NDIR    (BSIZE/sizeof(struct direct))