From 4dd0942599dc773ee7a51589b775d9bc23b7b4ff Mon Sep 17 00:00:00 2001
From: Warner Losh <imp@FreeBSD.org>
Date: Fri, 1 Apr 2005 23:19:43 +0000
Subject: Add reach-over include files to read i386/foo.h.  In time, the pc98
 specific code will migrate to these files to augment or replace the version
 in i386/include and/or i386/linux.  This should, in the fullness of time,
 allow many of the #ifdef PC98 in the tree.

# These files are in the public domain because there is insufficient
# creative content in them.  When you customize them, please add a
# copyright notice and license.

OK'd in principle by: nyan@
---
 sys/pc98/include/varargs.h | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 sys/pc98/include/varargs.h

(limited to 'sys/pc98/include/varargs.h')

diff --git a/sys/pc98/include/varargs.h b/sys/pc98/include/varargs.h
new file mode 100644
index 000000000000..21f5ce3c1c98
--- /dev/null
+++ b/sys/pc98/include/varargs.h
@@ -0,0 +1,6 @@
+/*-
+ * This file is in the public domain.
+ */
+/* $FreeBSD$ */
+
+#include <i386/varargs.h>
-- 
cgit v1.2.3