CL* discarding.

This commit is contained in:
ragge 1999-12-04 10:55:11 +00:00
parent bd70b78984
commit 8598795248

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.c,v 1.31 1999/05/20 06:03:01 lukem Exp $ */
/* $NetBSD: param.c,v 1.32 1999/12/04 10:55:11 ragge Exp $ */
/*
* Copyright (c) 1980, 1986, 1989 Regents of the University of California.
@ -124,7 +124,7 @@ int mcllowat = MCLLOWAT;
#define SHMMIN 1
#define SHMMNI 128 /* <= SHMMMNI in shm.h */
#define SHMSEG 32
#define SHMALL (SHMMAXPGS/CLSIZE)
#define SHMALL SHMMAXPGS
struct shminfo shminfo = {
SHMMAX,