diff options
| author | drochner <drochner@NetBSD.org> | 2003-10-30 20:37:01 +0000 |
|---|---|---|
| committer | drochner <drochner@NetBSD.org> | 2003-10-30 20:37:01 +0000 |
| commit | 559255f8db0da9b48cdb769ded75f28ce6dee455 (patch) | |
| tree | 7356eb197bd54f4ab2897224fbc738161f709d1b /sys/conf/param.c | |
| parent | 95dfd3bd554a0cc9c946a42242b8967c97f8c190 (diff) | |
there is no SHMMMNI
Diffstat (limited to 'sys/conf/param.c')
| -rw-r--r-- | sys/conf/param.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/param.c b/sys/conf/param.c index 91264ba03da..f4cfb6afee0 100644 --- a/sys/conf/param.c +++ b/sys/conf/param.c @@ -1,4 +1,4 @@ -/* $NetBSD: param.c,v 1.42 2003/10/21 22:55:47 thorpej Exp $ */ +/* $NetBSD: param.c,v 1.43 2003/10/30 20:37:01 drochner Exp $ */ /* * Copyright (c) 1980, 1986, 1989 Regents of the University of California. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: param.c,v 1.42 2003/10/21 22:55:47 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: param.c,v 1.43 2003/10/30 20:37:01 drochner Exp $"); #include "opt_rtc_offset.h" #include "opt_sysv.h" @@ -136,7 +136,7 @@ int mcllowat = MCLLOWAT; #define SHMMIN 1 #endif #ifndef SHMMNI -#define SHMMNI 128 /* <= SHMMMNI in shm.h */ +#define SHMMNI 128 /* <64k, see IPCID_TO_IX in ipc.h */ #endif #ifndef SHMSEG #define SHMSEG 128 |
