summaryrefslogtreecommitdiffstats
path: root/sys/pc98/include
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2012-02-28 22:30:58 +0000
committertijl <tijl@FreeBSD.org>2012-02-28 22:30:58 +0000
commit2db0395534d0b3319e7f923a1be5bc6410c3d006 (patch)
treee26f4087761c7df105bdc5453956d70c3ba2c67b /sys/pc98/include
parente5cc7570cf77fb32aebfcb893b650cae4d611a68 (diff)
downloadFreeBSD-src-2db0395534d0b3319e7f923a1be5bc6410c3d006.zip
FreeBSD-src-2db0395534d0b3319e7f923a1be5bc6410c3d006.tar.gz
Copy amd64 stdarg.h to x86 and replace amd64/i386/pc98 stdarg.h with stubs.
Diffstat (limited to 'sys/pc98/include')
-rw-r--r--sys/pc98/include/stdarg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/include/stdarg.h b/sys/pc98/include/stdarg.h
index bba2f9f..1f80090 100644
--- a/sys/pc98/include/stdarg.h
+++ b/sys/pc98/include/stdarg.h
@@ -3,4 +3,4 @@
*/
/* $FreeBSD$ */
-#include <i386/stdarg.h>
+#include <x86/stdarg.h>
OpenPOWER on IntegriCloud