summaryrefslogtreecommitdiffstats
path: root/sys/pc98/include
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2011-01-08 18:09:48 +0000
committertijl <tijl@FreeBSD.org>2011-01-08 18:09:48 +0000
commit75b3c29fb33f218e61a0088af36b6ca0bf67dcf5 (patch)
tree8fe0cfa0ed821d6cafb0f69c3cb8f67192588cc8 /sys/pc98/include
parent50039819533b9866b8fd119c41a2c4b0ef9e3c96 (diff)
downloadFreeBSD-src-75b3c29fb33f218e61a0088af36b6ca0bf67dcf5.zip
FreeBSD-src-75b3c29fb33f218e61a0088af36b6ca0bf67dcf5.tar.gz
Copy powerpc/include/_inttypes.h to x86 and replace i386/amd64/pc98
headers with stubs. Approved by: kib (mentor)
Diffstat (limited to 'sys/pc98/include')
-rw-r--r--sys/pc98/include/_inttypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/include/_inttypes.h b/sys/pc98/include/_inttypes.h
index 3270185..40107cd 100644
--- a/sys/pc98/include/_inttypes.h
+++ b/sys/pc98/include/_inttypes.h
@@ -3,4 +3,4 @@
*/
/* $FreeBSD$ */
-#include <i386/_inttypes.h>
+#include <x86/_inttypes.h>
OpenPOWER on IntegriCloud