Module Name:    src
Committed By:   dsl
Date:           Thu Feb 20 18:20:39 UTC 2014

Modified Files:
        src/sys/arch/amd64/include: frame.h

Log Message:
This doesn't need fpu.h, but should include ucontext.h


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/amd64/include/frame.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/include/frame.h
diff -u src/sys/arch/amd64/include/frame.h:1.16 src/sys/arch/amd64/include/frame.h:1.17
--- src/sys/arch/amd64/include/frame.h:1.16	Tue Feb 11 20:17:16 2014
+++ src/sys/arch/amd64/include/frame.h	Thu Feb 20 18:20:39 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: frame.h,v 1.16 2014/02/11 20:17:16 dsl Exp $	*/
+/*	$NetBSD: frame.h,v 1.17 2014/02/20 18:20:39 dsl Exp $	*/
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -73,7 +73,7 @@
 #ifdef __x86_64__
 
 #include <sys/signal.h>
-#include <x86/fpu.h>
+#include <sys/ucontext.h>
 #include <machine/frame_regs.h>
 
 /*
@@ -119,6 +119,7 @@ struct sigframe_siginfo {
 };
 
 #ifdef _KERNEL
+struct lwp;
 void buildcontext(struct lwp *, void *, void *);
 #endif
 

Reply via email to