summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2001-07-08 04:56:07 +0000
committerjulian <julian@FreeBSD.org>2001-07-08 04:56:07 +0000
commit869029d5d7ecbdcabcad467c24dc102b3f110fde (patch)
tree3051a844ae5f32a737fef0e28618341231a0c500 /sys/amd64
parenta4bd2ebd1e87443fcc729b7408b73c2fe20dc143 (diff)
downloadFreeBSD-src-869029d5d7ecbdcabcad467c24dc102b3f110fde.zip
FreeBSD-src-869029d5d7ecbdcabcad467c24dc102b3f110fde.tar.gz
A set of changes to reduce the number of include files the kernel
takes from /usr/include. I cannot check them on alpha.. (will try beast) Briefly looked at by: Warner Losh <imp@harmony.village.org>
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/amd64-gdbstub.c2
-rw-r--r--sys/amd64/amd64/db_interface.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/amd64-gdbstub.c b/sys/amd64/amd64/amd64-gdbstub.c
index d045adc..2e6464d 100644
--- a/sys/amd64/amd64/amd64-gdbstub.c
+++ b/sys/amd64/amd64/amd64-gdbstub.c
@@ -100,7 +100,7 @@
#include <ddb/ddb.h>
-#include <setjmp.h>
+#include <machine/setjmp.h>
#include "opt_ddb.h"
diff --git a/sys/amd64/amd64/db_interface.c b/sys/amd64/amd64/db_interface.c
index 51fc835..a2e5018 100644
--- a/sys/amd64/amd64/db_interface.c
+++ b/sys/amd64/amd64/db_interface.c
@@ -53,7 +53,7 @@
#include <ddb/db_sym.h>
#include <ddb/db_variables.h>
-#include <setjmp.h>
+#include <machine/setjmp.h>
static jmp_buf *db_nofault = 0;
extern jmp_buf db_jmpbuf;
OpenPOWER on IntegriCloud