diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 04:00:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 04:00:16 +0000 |
commit | 9cfcf6e314cd90dd25d78c7eb2fe91564140aab2 (patch) | |
tree | 26e24d40aae58832d2b2f9219e45a2b9a8ed2f05 /sys | |
parent | f12226068d16673eea9adafe99388f1061d3309f (diff) |
from netbsd; hpux also needs a stackgap
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/exec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/exec.h b/sys/sys/exec.h index fcecb0fd33a..0a24e92b5c8 100644 --- a/sys/sys/exec.h +++ b/sys/sys/exec.h @@ -1,4 +1,4 @@ -/* $NetBSD: exec.h,v 1.57 1995/10/10 01:27:07 mycroft Exp $ */ +/* $NetBSD: exec.h,v 1.58 1995/11/28 08:16:47 thorpej Exp $ */ /*- * Copyright (c) 1994 Christopher G. Demetriou @@ -69,7 +69,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_LINUX) || defined(COMPAT_FREEBSD) || defined(COMPAT_HPUX) #define STACKGAPLEN 400 /* plenty enough for now */ #else #define STACKGAPLEN 0 |