From: Robert Elz Date: Fri, 30 Jan 1981 01:13:06 +0000 (-0800) Subject: UPAGES back to 6, that wasn't the problem X-Git-Tag: BSD-4_1_snap-Snapshot-Development~2399 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/7ab0a0bddaade40481bd0112639d218e081e3e03?hp=e5053b932984ceb1cf54ac91eae70d2f86628b7a UPAGES back to 6, that wasn't the problem SCCS-vsn: sys/sys/param.h 4.5 --- diff --git a/usr/src/sys/sys/param.h b/usr/src/sys/sys/param.h index 5248d2d0a2..7e9272bd9b 100644 --- a/usr/src/sys/sys/param.h +++ b/usr/src/sys/sys/param.h @@ -1,4 +1,4 @@ -/* param.h 4.4 %G% */ +/* param.h 4.5 %G% */ /* * tunable variables @@ -78,7 +78,7 @@ #define NBPW sizeof(int) /* number of bytes in an integer */ -#define UPAGES 8 /* pages of u-area */ +#define UPAGES 6 /* pages of u-area */ #define NULL 0 #define CMASK 0 /* default mask for file creation */ #define NODEV (dev_t)(-1)