summaryrefslogtreecommitdiffstats
path: root/sys/pc98/include
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2012-02-28 18:38:33 +0000
committertijl <tijl@FreeBSD.org>2012-02-28 18:38:33 +0000
commit738f5859fbaedfa052e9d809ac04a31d3dcd9ab5 (patch)
treefb2c03ff1d160d3c864427a9db19b209a32aa4c8 /sys/pc98/include
parent0d1f91e8e1d46e491844d983927a0fbfc1c6b414 (diff)
downloadFreeBSD-src-738f5859fbaedfa052e9d809ac04a31d3dcd9ab5.zip
FreeBSD-src-738f5859fbaedfa052e9d809ac04a31d3dcd9ab5.tar.gz
Copy amd64 _stdint.h to x86 and merge with i386 _stdint.h. Replace
amd64/i386/pc98 _stdint.h with stubs.
Diffstat (limited to 'sys/pc98/include')
-rw-r--r--sys/pc98/include/_stdint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/include/_stdint.h b/sys/pc98/include/_stdint.h
index bb4242a..db1affc 100644
--- a/sys/pc98/include/_stdint.h
+++ b/sys/pc98/include/_stdint.h
@@ -3,4 +3,4 @@
*/
/* $FreeBSD$ */
-#include <i386/_stdint.h>
+#include <x86/_stdint.h>
OpenPOWER on IntegriCloud