summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason <jason@openbsd.org>2002-07-19 01:06:18 +0000
committerjason <jason@openbsd.org>2002-07-19 01:06:18 +0000
commitce91e22f5250055ccc2a40c385a3a9cdbeb23fba (patch)
tree3fa97ea205edf304ac7805b67cbdcdb4a9f636cf
parentteach mtree about systrace; okay deraadt@ (diff)
downloadwireguard-openbsd-ce91e22f5250055ccc2a40c385a3a9cdbeb23fba.tar.xz
wireguard-openbsd-ce91e22f5250055ccc2a40c385a3a9cdbeb23fba.zip
give sparc64 the normal STACKGAPLEN (512), this allows systrace(4) to work
-rw-r--r--sys/sys/exec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/exec.h b/sys/sys/exec.h
index 365bb2c9ad4..c1159e37f66 100644
--- a/sys/sys/exec.h
+++ b/sys/sys/exec.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec.h,v 1.14 2002/03/14 03:16:12 millert Exp $ */
+/* $OpenBSD: exec.h,v 1.15 2002/07/19 01:06:18 jason Exp $ */
/* $NetBSD: exec.h,v 1.59 1996/02/09 18:25:09 christos Exp $ */
/*-
@@ -78,7 +78,7 @@ struct ps_strings {
#if defined(COMPAT_SUNOS) || defined(COMPAT_ULTRIX) || \
defined(COMPAT_IBCS2) || defined(COMPAT_SVR4) || defined(COMPAT_OSF1) || \
defined(COMPAT_LINUX) || defined(COMPAT_FREEBSD) || \
- defined(COMPAT_HPUX) || defined(COMPAT_NETBSD)
+ defined(COMPAT_HPUX) || defined(COMPAT_NETBSD) || defined(__sparc64__)
#define STACKGAPLEN 512 /* plenty enough for now */
#else
#define STACKGAPLEN 0