misc changes
[unix-history] / usr / src / sys / conf / param.c
index 0d74497..4838da7 100644 (file)
@@ -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"
 
 #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    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    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
 int     nnetcon = NCON;
 int     nhost = NHOST;
 #endif BBNNET
@@ -67,8 +66,6 @@ int   *swpf;
 char   *buffers;
 struct cmap *cmap, *ecmap;
 #ifdef BBNNET
 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;
 struct  ucb *contab, *conNCON;
 struct  host *host, *hostNHOST;
 struct  net netcb;