diff options
author | 2005-04-13 04:03:46 +0000 | |
---|---|---|
committer | 2005-04-13 04:03:46 +0000 | |
commit | ecdc3c29e3f5b1e6d17c198ef6e0654105364e29 (patch) | |
tree | 39a3809c3d34aeb7b52f853be9821cf202d08111 | |
parent | avoid variable aliasing (diff) | |
download | wireguard-openbsd-ecdc3c29e3f5b1e6d17c198ef6e0654105364e29.tar.xz wireguard-openbsd-ecdc3c29e3f5b1e6d17c198ef6e0654105364e29.zip |
free STACKGAP_RANDOM commit
-rw-r--r-- | sys/arch/hppa64/include/vmparam.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa64/include/vmparam.h b/sys/arch/hppa64/include/vmparam.h index 88e16e672b4..e9c3f210f79 100644 --- a/sys/arch/hppa64/include/vmparam.h +++ b/sys/arch/hppa64/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.1 2005/04/01 10:40:48 mickey Exp $ */ +/* $OpenBSD: vmparam.h,v 1.2 2005/04/13 04:03:46 mickey Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -56,6 +56,8 @@ #define MAXSSIZ (32*1024*1024) /* max stack size */ #endif +#define STACKGAP_RANDOM 256*1024 + #ifndef USRIOSIZE #define USRIOSIZE ((2*HPPA_PGALIAS)/PAGE_SIZE) /* 2mb */ #endif |