From: Bill Joy Date: Tue, 28 Apr 1981 17:55:11 +0000 (-0800) Subject: add nport X-Git-Tag: BSD-4_1_snap-Snapshot-Development~1433 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/ef49a3336ba371eb9bc02ec83d9fd0045893ae04?hp=085641d726105e14354fb72643aaacfc0f2266ba add nport SCCS-vsn: sys/conf/param.c 4.3 --- diff --git a/usr/src/sys/conf/param.c b/usr/src/sys/conf/param.c index 73fb4f1ce7..2e2a956143 100644 --- a/usr/src/sys/conf/param.c +++ b/usr/src/sys/conf/param.c @@ -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" @@ -11,6 +11,7 @@ #include "../h/callout.h" #include "../h/clist.h" #include "../h/cmap.h" +#include "../h/port.h" /* * 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 nport = NPROC / 2; /* * These are initialized at bootstrap time