Patterned after the other fixes for __longjmp14.c, include
<compat/include/setjmp.h> also here to make these build.
This commit is contained in:
parent
8d6270e665
commit
f9efc4ab63
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: __longjmp14.c,v 1.1 2004/07/18 22:38:33 chs Exp $ */
|
||||
/* $NetBSD: __longjmp14.c,v 1.2 2005/09/14 13:46:32 he Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2003 The NetBSD Foundation, Inc.
|
||||
@ -45,6 +45,7 @@
|
||||
|
||||
#define __LIBC12_SOURCE__
|
||||
#include <setjmp.h>
|
||||
#include <compat/include/setjmp.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: __longjmp14.c,v 1.1 2003/10/25 17:13:57 cl Exp $ */
|
||||
/* $NetBSD: __longjmp14.c,v 1.2 2005/09/14 13:46:32 he Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2003 The NetBSD Foundation, Inc.
|
||||
@ -45,6 +45,7 @@
|
||||
|
||||
#define __LIBC12_SOURCE__
|
||||
#include <setjmp.h>
|
||||
#include <compat/include/setjmp.h>
|
||||
|
||||
typedef struct {
|
||||
__greg_t __data[6];
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: __longjmp14.c,v 1.2 2004/03/23 01:41:47 simonb Exp $ */
|
||||
/* $NetBSD: __longjmp14.c,v 1.3 2005/09/14 13:46:32 he Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2003 The NetBSD Foundation, Inc.
|
||||
@ -46,6 +46,7 @@
|
||||
|
||||
#define __LIBC12_SOURCE__
|
||||
#include <setjmp.h>
|
||||
#include <compat/include/setjmp.h>
|
||||
|
||||
struct _jmp_buf {
|
||||
struct sigcontext jb_sc;
|
||||
|
Loading…
Reference in New Issue
Block a user