Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/arch Patterned after the other fixes for __longjmp1...
details: https://anonhg.NetBSD.org/src/rev/c6dad4aa0564
branches: trunk
changeset: 584360:c6dad4aa0564
user: he <he%NetBSD.org@localhost>
date: Wed Sep 14 13:46:32 2005 +0000
description:
Patterned after the other fixes for __longjmp14.c, include
<compat/include/setjmp.h> also here to make these build.
diffstat:
lib/libc/arch/hppa/gen/__longjmp14.c | 3 ++-
lib/libc/arch/m68k/gen/__longjmp14.c | 3 ++-
lib/libc/arch/vax/gen/__longjmp14.c | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
diffs (51 lines):
diff -r 89d06b3fc0e7 -r c6dad4aa0564 lib/libc/arch/hppa/gen/__longjmp14.c
--- a/lib/libc/arch/hppa/gen/__longjmp14.c Wed Sep 14 11:36:52 2005 +0000
+++ b/lib/libc/arch/hppa/gen/__longjmp14.c Wed Sep 14 13:46:32 2005 +0000
@@ -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>
diff -r 89d06b3fc0e7 -r c6dad4aa0564 lib/libc/arch/m68k/gen/__longjmp14.c
--- a/lib/libc/arch/m68k/gen/__longjmp14.c Wed Sep 14 11:36:52 2005 +0000
+++ b/lib/libc/arch/m68k/gen/__longjmp14.c Wed Sep 14 13:46:32 2005 +0000
@@ -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];
diff -r 89d06b3fc0e7 -r c6dad4aa0564 lib/libc/arch/vax/gen/__longjmp14.c
--- a/lib/libc/arch/vax/gen/__longjmp14.c Wed Sep 14 11:36:52 2005 +0000
+++ b/lib/libc/arch/vax/gen/__longjmp14.c Wed Sep 14 13:46:32 2005 +0000
@@ -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;
Home |
Main Index |
Thread Index |
Old Index