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 This is included into user-programs b...
details: https://anonhg.NetBSD.org/src/rev/b2a0eca27471
branches: trunk
changeset: 783663:b2a0eca27471
user: dsl <dsl%NetBSD.org@localhost>
date: Wed Jan 02 19:40:23 2013 +0000
description:
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.
diffstat:
sys/arch/amd64/include/signal.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 5ab71404e755 -r b2a0eca27471 sys/arch/amd64/include/signal.h
--- a/sys/arch/amd64/include/signal.h Wed Jan 02 19:39:04 2013 +0000
+++ b/sys/arch/amd64/include/signal.h Wed Jan 02 19:40:23 2013 +0000
@@ -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 @@
* Get the "code" values
*/
#include <machine/trap.h>
-#include <machine/fpu.h>
#include <machine/mcontext.h>
#ifdef _KERNEL_OPT
Home |
Main Index |
Thread Index |
Old Index