summaryrefslogtreecommitdiffstats
path: root/sys/pc98/include
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2012-02-28 18:15:28 +0000
committertijl <tijl@FreeBSD.org>2012-02-28 18:15:28 +0000
commit3b29ed2286b5864c63a73515a0a5ec9ed14c7bd5 (patch)
tree3a8ab90e44415542fd5b69214b5c687ad7b15e3b /sys/pc98/include
parent5605a1003e44844e1082428389241881b75a730f (diff)
downloadFreeBSD-src-3b29ed2286b5864c63a73515a0a5ec9ed14c7bd5.zip
FreeBSD-src-3b29ed2286b5864c63a73515a0a5ec9ed14c7bd5.tar.gz
Copy amd64 _types.h to x86 and merge with i386 _types.h. Replace existing
amd64/i386/pc98 _types.h with stubs.
Diffstat (limited to 'sys/pc98/include')
-rw-r--r--sys/pc98/include/_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/include/_types.h b/sys/pc98/include/_types.h
index 63da67a..2680367 100644
--- a/sys/pc98/include/_types.h
+++ b/sys/pc98/include/_types.h
@@ -3,4 +3,4 @@
*/
/* $FreeBSD$ */
-#include <i386/_types.h>
+#include <x86/_types.h>
OpenPOWER on IntegriCloud