X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/fc814008233c736ddbf8774f433e40314e09f648..b2fc55f086cfbc11cdb86863ab4404b4c5667c68:/usr/src/sys/conf/param.c diff --git a/usr/src/sys/conf/param.c b/usr/src/sys/conf/param.c index 0d744976fd..4838da723f 100644 --- a/usr/src/sys/conf/param.c +++ b/usr/src/sys/conf/param.c @@ -1,4 +1,4 @@ -/* param.c 4.4 81/05/12 */ +/* param.c 4.6 81/10/29 */ #include "../h/param.h" #include "../h/systm.h" @@ -34,13 +34,12 @@ int dstflag = DST; int nproc = NPROC; int ntext = 24 + MAXUSERS; int ninode = (NPROC + 16 + MAXUSERS) + 32; -int nfile = 8 * (NPROC + 16 + MAXUSERS) / 10; +int nfile = 8 * (NPROC + 16 + MAXUSERS) / 10 + 32; int ncallout = 16 + MAXUSERS; int nclist = 100 + 16 * MAXUSERS; int nport = NPROC / 2; #ifdef BBNNET int nnetpages = NNETPAGES; -int nwork = NWORK; int nnetcon = NCON; int nhost = NHOST; #endif BBNNET @@ -67,8 +66,6 @@ int *swpf; char *buffers; struct cmap *cmap, *ecmap; #ifdef BBNNET -struct pfree *freetab; -struct work *workfree, *workNWORK; struct ucb *contab, *conNCON; struct host *host, *hostNHOST; struct net netcb;