diff options
| author | fredette <fredette@NetBSD.org> | 2001-04-10 12:23:14 +0000 |
|---|---|---|
| committer | fredette <fredette@NetBSD.org> | 2001-04-10 12:23:14 +0000 |
| commit | 0050ddd2b2dd97bc39dda862c836eede7928cd82 (patch) | |
| tree | 5628becd4a5dae7f2625633a3b28a79b45e1aa4e /sys | |
| parent | 0e1ec27466b5d24d19b851000ec41ac59bddd0e1 (diff) | |
Be paranoid, #undef PAGER_MAP_SIZE before defining it.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/sun2/include/vmparam.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sun2/include/vmparam.h b/sys/arch/sun2/include/vmparam.h index c804d6521fd..b6ddff49fc0 100644 --- a/sys/arch/sun2/include/vmparam.h +++ b/sys/arch/sun2/include/vmparam.h @@ -1,4 +1,4 @@ -/* $NetBSD: vmparam.h,v 1.1 2001/04/06 13:13:05 fredette Exp $ */ +/* $NetBSD: vmparam.h,v 1.2 2001/04/10 12:23:14 fredette Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -48,6 +48,7 @@ /* * We definitely need a small pager map. */ +#undef PAGER_MAP_SIZE #define PAGER_MAP_SIZE (1 * 1024 * 1024) /* |
