add nport
authorBill Joy <root@ucbvax.Berkeley.EDU>
Tue, 28 Apr 1981 17:55:11 +0000 (09:55 -0800)
committerBill Joy <root@ucbvax.Berkeley.EDU>
Tue, 28 Apr 1981 17:55:11 +0000 (09:55 -0800)
SCCS-vsn: sys/conf/param.c 4.3

usr/src/sys/conf/param.c

index 73fb4f1..2e2a956 100644 (file)
@@ -1,4 +1,4 @@
-/*     param.c 4.2     81/04/02        */
+/*     param.c 4.3     81/04/28        */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -11,6 +11,7 @@
 #include "../h/callout.h"
 #include "../h/clist.h"
 #include "../h/cmap.h"
 #include "../h/callout.h"
 #include "../h/clist.h"
 #include "../h/cmap.h"
+#include "../h/port.h"
 /*
  * System parameter formulae.
  *
 /*
  * System parameter formulae.
  *
@@ -31,6 +32,7 @@ int   ninode = (NPROC + 16 + MAXUSERS) + 32;
 int    nfile = 8 * (NPROC + 16 + MAXUSERS) / 10;
 int    ncallout = 16 + MAXUSERS;
 int    nclist = 100 + 16 * MAXUSERS;
 int    nfile = 8 * (NPROC + 16 + MAXUSERS) / 10;
 int    ncallout = 16 + MAXUSERS;
 int    nclist = 100 + 16 * MAXUSERS;
+int    nport = NPROC / 2;
 
 /*
  * These are initialized at bootstrap time
 
 /*
  * These are initialized at bootstrap time