mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct spelling of "SHMMAXPGS" so the config override will actually work.
This commit is contained in:
parent
950d93597c
commit
89ccb410d4
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue