summaryrefslogtreecommitdiffstats
path: root/sys/gnu
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-03-02 11:14:13 +0000
committerbde <bde@FreeBSD.org>2002-03-02 11:14:13 +0000
commit3dccea70aff18dfe9a7c2002330318c88a3e84d8 (patch)
treea972b67054afbd9255fe3473389fc5227a6c17c4 /sys/gnu
parent6c8918fd14aa9c33208d627069c82879aa605a39 (diff)
downloadFreeBSD-src-3dccea70aff18dfe9a7c2002330318c88a3e84d8.zip
FreeBSD-src-3dccea70aff18dfe9a7c2002330318c88a3e84d8.tar.gz
Deverbosified previous 2 commits (removed the rotted list of reasons why
<sys/systm.h> is included instead of adding to it). Approved by: previous committer
Diffstat (limited to 'sys/gnu')
-rw-r--r--sys/gnu/i386/fpemul/fpu_aux.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/gnu/i386/fpemul/fpu_aux.c b/sys/gnu/i386/fpemul/fpu_aux.c
index 536d5a1..b7b901f 100644
--- a/sys/gnu/i386/fpemul/fpu_aux.c
+++ b/sys/gnu/i386/fpemul/fpu_aux.c
@@ -62,9 +62,7 @@
#include <sys/param.h>
-#include <sys/systm.h> /* for printf() in EXCEPTION() and
- * to bring in <machine/cpufunc.h
- */
+#include <sys/systm.h>
#include <sys/proc.h>
#include <machine/cpu.h>
#include <machine/pcb.h>
OpenPOWER on IntegriCloud