diff options
Diffstat (limited to 'sys/arch/m68k/include/vmparam.h')
-rw-r--r-- | sys/arch/m68k/include/vmparam.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/m68k/include/vmparam.h b/sys/arch/m68k/include/vmparam.h index df3f0460987..fcb84559ff7 100644 --- a/sys/arch/m68k/include/vmparam.h +++ b/sys/arch/m68k/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.3 2004/11/28 01:36:38 mickey Exp $ */ +/* $OpenBSD: vmparam.h,v 1.4 2005/04/11 15:13:01 deraadt Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -76,6 +76,8 @@ #define MAXSSIZ MAXDSIZ /* max stack size */ #endif +#define STACKGAP_RANDOM 256*1024 + /* * Sizes of the system and user portions of the system page table. */ |