diff options
Diffstat (limited to 'sys/arch/vax/include/setjmp.h')
-rw-r--r-- | sys/arch/vax/include/setjmp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/include/setjmp.h b/sys/arch/vax/include/setjmp.h index a16cf580648..f35f7d86e91 100644 --- a/sys/arch/vax/include/setjmp.h +++ b/sys/arch/vax/include/setjmp.h @@ -1,8 +1,8 @@ -/* $OpenBSD: setjmp.h,v 1.2 1997/05/29 00:04:51 niklas Exp $ */ +/* $OpenBSD: setjmp.h,v 1.3 2000/04/26 03:08:42 bjc Exp $ */ /* $NetBSD: setjmp.h,v 1.1 1994/12/20 10:37:18 cgd Exp $ */ /* * machine/setjmp.h: machine dependent setjmp-related information. */ -#define _JBLEN 10 /* size, in longs, of a jmp_buf */ +#define _JBLEN 14 /* size, in longs, of a jmp_buf */ |