diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-03-10 22:23:51 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-03-10 22:23:51 +0000 |
| commit | fd2289e5c3af2859c0333bc3fb47c615c56bace6 (patch) | |
| tree | aadecb0a4950bbadf2dcd595594ccf25efdc3f8c /sys/compat | |
| parent | d825f2fad0fa06eabc06f8a7e433a40dd7bf109c (diff) | |
Notes
Diffstat (limited to 'sys/compat')
| -rw-r--r-- | sys/compat/linux/linux_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_util.h b/sys/compat/linux/linux_util.h index 6a09cf330ee1..64ab68da8d4b 100644 --- a/sys/compat/linux/linux_util.h +++ b/sys/compat/linux/linux_util.h @@ -28,7 +28,7 @@ * * from: svr4_util.h,v 1.5 1994/11/18 02:54:31 christos Exp * from: linux_util.h,v 1.2 1995/03/05 23:23:50 fvdl Exp - * $Id: linux_util.h,v 1.1 1996/03/02 19:38:02 peter Exp $ + * $Id: linux_util.h,v 1.2 1996/03/10 08:42:48 sos Exp $ */ /* @@ -57,7 +57,7 @@ static __inline void *stackgap_alloc(caddr_t *, size_t); static __inline caddr_t stackgap_init() { -#define szsigcode (*(curproc->p_sysent->sv_szsigcode), sizeof(char *)) +#define szsigcode (*(curproc->p_sysent->sv_szsigcode)) return (caddr_t)(((caddr_t)PS_STRINGS) - szsigcode - SPARE_USRSPACE); } |
