X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/e804469b5b0975de34bae1e66c3e6371249d3ee7..0f4556f12c8f75078501c9d1338ae7648a97f975:/usr/src/etc/ncheck.c diff --git a/usr/src/etc/ncheck.c b/usr/src/etc/ncheck.c index 13748f436c..bf4439a279 100644 --- a/usr/src/etc/ncheck.c +++ b/usr/src/etc/ncheck.c @@ -1,23 +1,19 @@ -static char *sccsid = "@(#)ncheck.c 2.2 (Berkeley) 9/10/82"; +#ifndef lint +static char *sccsid = "@(#)ncheck.c 2.4 (Berkeley) 9/22/83"; +#endif /* * ncheck -- obtain file names from reading filesystem */ #define NB 500 -#define HSIZE 2503 +#define HSIZE 5651 #define MAXNINDIR (MAXBSIZE / sizeof (daddr_t)) -#ifndef SIMFS #include #include #include -#else -#include "../h/param.h" -#include "../h/inode.h" -#include "../h/fs.h" -#endif +#include #include -#include struct fs sblock; struct dinode itab[MAXIPG];