summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2012-03-04 20:24:28 +0000
committertijl <tijl@FreeBSD.org>2012-03-04 20:24:28 +0000
commitab137477da9e3fd1376fff4b2d20a7333cdbfa1b (patch)
treea44f4057b921982da3b1014d71f9af06ef650cbb /sys/pc98
parentce5ed09b9f32ad5de801af7e71592cadb77dc6e0 (diff)
downloadFreeBSD-src-ab137477da9e3fd1376fff4b2d20a7333cdbfa1b.zip
FreeBSD-src-ab137477da9e3fd1376fff4b2d20a7333cdbfa1b.tar.gz
Copy amd64 ptrace.h to x86 and merge with i386 ptrace.h. Replace
amd64/i386/pc98 ptrace.h with stubs. For amd64 PT_GETXSTATE and PT_SETXSTATE have been redefined to match the i386 values. The old values are still supported but should no longer be used. Reviewed by: kib
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/include/ptrace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/include/ptrace.h b/sys/pc98/include/ptrace.h
index 9253dc3..bf86754 100644
--- a/sys/pc98/include/ptrace.h
+++ b/sys/pc98/include/ptrace.h
@@ -3,4 +3,4 @@
*/
/* $FreeBSD$ */
-#include <i386/ptrace.h>
+#include <x86/ptrace.h>
OpenPOWER on IntegriCloud