Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/include need to include <compat/sys/ucontext....



details:   https://anonhg.NetBSD.org/src/rev/629ce0bab3ae
branches:  trunk
changeset: 584374:629ce0bab3ae
user:      chs <chs%NetBSD.org@localhost>
date:      Wed Sep 14 16:19:27 2005 +0000

description:
need to include <compat/sys/ucontext.h> here.

diffstat:

 sys/arch/amd64/include/netbsd32_machdep.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 8f9a403adb1f -r 629ce0bab3ae sys/arch/amd64/include/netbsd32_machdep.h
--- a/sys/arch/amd64/include/netbsd32_machdep.h Wed Sep 14 15:59:10 2005 +0000
+++ b/sys/arch/amd64/include/netbsd32_machdep.h Wed Sep 14 16:19:27 2005 +0000
@@ -1,9 +1,10 @@
-/*     $NetBSD: netbsd32_machdep.h,v 1.5 2004/02/20 16:11:44 drochner Exp $    */
+/*     $NetBSD: netbsd32_machdep.h,v 1.6 2005/09/14 16:19:27 chs Exp $ */
 
 #ifndef _MACHINE_NETBSD32_H_
 #define _MACHINE_NETBSD32_H_
 
 #include <sys/ucontext.h>
+#include <compat/sys/ucontext.h>
 
 typedef        u_int32_t netbsd32_pointer_t;
 #define        NETBSD32PTR64(p32)      ((void *)(u_long)(u_int)(p32))



Home | Main Index | Thread Index | Old Index