mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
fix whitespace botch in previous commit.
This commit is contained in:
parent
bc4df5df23
commit
4471d80f69
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
|||
#define M_NOWAIT 0x0001 /* do not block */
|
||||
#define M_USE_RESERVE 0x0002 /* can alloc out of reserve memory */
|
||||
#define M_ZERO 0x0004 /* bzero the allocation */
|
||||
#define M_NOVM 0x0008 /* Don't ask the VM for pages */
|
||||
#define M_NOVM 0x0008 /* Don't ask the VM for pages */
|
||||
|
||||
#define M_MAGIC 877983977 /* time when first defined :-) */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue