summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include/ansi.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-08-01 07:44:06 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-08-01 07:44:06 +0000
commitec8c6ca87d6e90971fec6177674b50030e69885d (patch)
treee7b38fae8ff3ad47c439445dd3c0dec73b517bd5 /sys/arch/mvme88k/include/ansi.h
parentcf807bd1668ea8e083b24e3e516fb0d56996eb40 (diff)
Even better varargs code, inspired by and more closer to the powerpc code,
necessary for proper gcc 2.95 operation.
Diffstat (limited to 'sys/arch/mvme88k/include/ansi.h')
-rw-r--r--sys/arch/mvme88k/include/ansi.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/sys/arch/mvme88k/include/ansi.h b/sys/arch/mvme88k/include/ansi.h
index 41f9a0ca7bd..39aedc8cde0 100644
--- a/sys/arch/mvme88k/include/ansi.h
+++ b/sys/arch/mvme88k/include/ansi.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ansi.h,v 1.14 2003/06/02 23:27:52 millert Exp $ */
+/* $OpenBSD: ansi.h,v 1.15 2003/08/01 07:44:05 miod Exp $ */
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@@ -47,12 +47,10 @@
#define _BSD_SIZE_T_ unsigned int /* sizeof() */
#define _BSD_SSIZE_T_ int /* byte count or error */
#define _BSD_TIME_T_ int /* time() */
-#define _BSD_CLOCKID_T_ int
-#define _BSD_TIMER_T_ int
-
-#include <machine/va-m88k.h>
-
-#define _BSD_VA_LIST_ __va_list
+struct __va_list_tag;
+#define _BSD_VA_LIST_ struct __va_list_tag * /* va_list */
+#define _BSD_CLOCKID_T_ int
+#define _BSD_TIMER_T_ int
/*
* Runes (wchar_t) is declared to be an ``int'' instead of the more natural