diff options
author | jhb <jhb@FreeBSD.org> | 2001-09-12 22:00:06 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-09-12 22:00:06 +0000 |
commit | c033f80c47bcca1c3990ca811d8a27f08cfad781 (patch) | |
tree | 131788163f7ac00a49399775c618595c1699c517 | |
parent | a180ed322d908edbcbc0869f86e0e2d2a1f81805 (diff) | |
download | FreeBSD-src-c033f80c47bcca1c3990ca811d8a27f08cfad781.zip FreeBSD-src-c033f80c47bcca1c3990ca811d8a27f08cfad781.tar.gz |
Whitespace fixes.
-rw-r--r-- | sys/alpha/include/param.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/alpha/include/param.h b/sys/alpha/include/param.h index 91dabba..04828fa 100644 --- a/sys/alpha/include/param.h +++ b/sys/alpha/include/param.h @@ -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. |