diff options
Diffstat (limited to 'sys/kern/subr_param.c')
-rw-r--r-- | sys/kern/subr_param.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_param.c b/sys/kern/subr_param.c index a49c1d0..da221c8 100644 --- a/sys/kern/subr_param.c +++ b/sys/kern/subr_param.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)param.c 8.3 (Berkeley) 8/20/94 - * $Id: param.c,v 1.16 1996/03/11 05:52:50 hsu Exp $ + * $Id: param.c,v 1.17 1996/05/02 10:42:51 phk Exp $ */ #include "opt_sysvipc.h" @@ -115,7 +115,7 @@ int fscale = FSCALE; /* kernel uses `FSCALE', user uses `fscale' */ #define SHMSEG 8 #endif #ifndef SHMALL -#define SHMALL (SHMMAXPGS/CLSIZE) +#define SHMALL (SHMMAXPGS) #endif struct shminfo shminfo = { |