mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Whitespace fixes.
This commit is contained in:
parent
5a014fea7e
commit
855cda2e3b
1 changed files with 3 additions and 3 deletions
|
|
@ -133,10 +133,10 @@
|
|||
#define SSIZE 1 /* initial stack size/NBPG */
|
||||
#define SINCR 1 /* increment of stack/NBPG */
|
||||
|
||||
#define KSTACK_PAGES 2 /* pages of kstack (with pcb) */
|
||||
#define UAREA_PAGES 1 /* pages of u-area */
|
||||
#define KSTACK_PAGES 2 /* pages of kstack (with pcb) */
|
||||
#define UAREA_PAGES 1 /* pages of u-area */
|
||||
|
||||
#define KSTACK_GUARD /* compile in kstack guard page */
|
||||
#define KSTACK_GUARD /* compile in kstack guard page */
|
||||
|
||||
/*
|
||||
* Constants related to network buffer management.
|
||||
|
|
|
|||
Loading…
Reference in a new issue