Module Name: src
Committed By: dsl
Date: Wed Jan 2 19:40:23 UTC 2013
Modified Files:
src/sys/arch/amd64/include: signal.h
Log Message:
This is included into user-programs by signal.h, it shouldn't be
pulling in machine/fpu.h - which doesn't describe anything userspace
(directly) needs.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/amd64/include/signal.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/signal.h
diff -u src/sys/arch/amd64/include/signal.h:1.11 src/sys/arch/amd64/include/signal.h:1.12
--- src/sys/arch/amd64/include/signal.h:1.11 Wed Nov 19 18:35:58 2008
+++ src/sys/arch/amd64/include/signal.h Wed Jan 2 19:40:23 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: signal.h,v 1.11 2008/11/19 18:35:58 ad Exp $ */
+/* $NetBSD: signal.h,v 1.12 2013/01/02 19:40:23 dsl Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1991 Regents of the University of California.
@@ -45,7 +45,6 @@ typedef int sig_atomic_t;
* Get the "code" values
*/
#include <machine/trap.h>
-#include <machine/fpu.h>
#include <machine/mcontext.h>
#ifdef _KERNEL_OPT