Correct spelling of "SHMMAXPGS" so the config override will actually work.

This commit is contained in:
David Greenman 1993-10-09 15:29:04 +00:00
parent 950d93597c
commit 89ccb410d4
2 changed files with 2 additions and 2 deletions

View file

@ -93,7 +93,7 @@
/*
* Size of the Shared Memory Pages page table.
*/
#ifndef SHMAXPGS
#ifndef SHMMAXPGS
#define SHMMAXPGS 64 /* XXX until we have more kmap space */
#endif

View file

@ -93,7 +93,7 @@
/*
* Size of the Shared Memory Pages page table.
*/
#ifndef SHMAXPGS
#ifndef SHMMAXPGS
#define SHMMAXPGS 64 /* XXX until we have more kmap space */
#endif