diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-05-02 10:43:17 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-05-02 10:43:17 +0000 |
| commit | f8845af0dbef25d2e6f611245f459918081b0cb2 (patch) | |
| tree | cb8228f2628c3afe7a8e21ed27769c79832dab3b /sys/kern/subr_param.c | |
| parent | f3e002a838fee75305d388964c7e4ee08075c6d1 (diff) | |
Notes
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 3de8e1152a8f..a49c1d023df4 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.15 1996/03/02 18:23:57 peter Exp $ + * $Id: param.c,v 1.16 1996/03/11 05:52:50 hsu Exp $ */ #include "opt_sysvipc.h" @@ -103,7 +103,7 @@ int fscale = FSCALE; /* kernel uses `FSCALE', user uses `fscale' */ */ #ifdef SYSVSHM #ifndef SHMMAX -#define SHMMAX (SHMMAXPGS*NBPG) +#define SHMMAX (SHMMAXPGS*PAGE_SIZE) #endif #ifndef SHMMIN #define SHMMIN 1 |
