aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/include/stdarg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sparc64/include/stdarg.h')
-rw-r--r--sys/sparc64/include/stdarg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sparc64/include/stdarg.h b/sys/sparc64/include/stdarg.h
index c126af09fda0..f81a67cf9281 100644
--- a/sys/sparc64/include/stdarg.h
+++ b/sys/sparc64/include/stdarg.h
@@ -41,9 +41,9 @@
#ifndef _MACHINE_STDARG_H_
#define _MACHINE_STDARG_H_
-#include <machine/ansi.h>
+#include <sys/_types.h>
-typedef _BSD_VA_LIST_ va_list;
+typedef __va_list va_list;
#if defined(__GNUC__) && (__GNUC__ == 2 && __GNUC_MINOR__ > 95 || __GNUC__ >= 3)