diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-06-29 07:07:00 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-06-29 07:07:00 +0000 |
| commit | ac7e6123a6175d0a28b782482930810eef88b25a (patch) | |
| tree | 6e9b6a9e0312ecbafca82bb54017c79a601b435c /sys/kern/subr_param.c | |
| parent | 650bd71d67681194b2da7adfef516136522a595b (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_param.c')
| -rw-r--r-- | sys/kern/subr_param.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/kern/subr_param.c b/sys/kern/subr_param.c index aef43749c65a..35a376690342 100644 --- a/sys/kern/subr_param.c +++ b/sys/kern/subr_param.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)param.c 8.2 (Berkeley) 1/21/94 - * $Id: param.c,v 1.8 1995/02/20 19:42:19 guido Exp $ + * $Id: param.c,v 1.9 1995/05/25 07:36:24 davidg Exp $ */ #include <sys/param.h> @@ -70,7 +70,7 @@ * the kernel; it should be modified there to suit local taste * if necessary. * - * Compiled with -DHZ=xx -DTIMEZONE=x -DDST=x -DMAXUSERS=xx + * Compiled with -DMAXUSERS=xx */ #ifndef HZ @@ -79,7 +79,6 @@ int hz = HZ; int tick = 1000000 / HZ; int tickadj = 30000 / (60 * HZ); /* can adjust 30ms in 60s */ -struct timezone tz = { TIMEZONE, DST }; #define NPROC (20 + 16 * MAXUSERS) int maxproc = NPROC; /* maximum # of processes */ int maxprocperuid = NPROC-1; /* maximum # of processes per user */ |
