diff options
Diffstat (limited to 'sys/arch/powerpc/include/stdarg.h')
-rw-r--r-- | sys/arch/powerpc/include/stdarg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/powerpc/include/stdarg.h b/sys/arch/powerpc/include/stdarg.h index 9c23da50f7e..76e3cda1d08 100644 --- a/sys/arch/powerpc/include/stdarg.h +++ b/sys/arch/powerpc/include/stdarg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stdarg.h,v 1.5 2003/06/02 23:27:53 millert Exp $ */ +/* $OpenBSD: stdarg.h,v 1.6 2006/01/06 18:53:05 millert Exp $ */ /* $NetBSD: stdarg.h,v 1.1 1996/09/30 16:34:35 ws Exp $ */ /*- @@ -35,13 +35,13 @@ #ifndef _POWERPC_STDARG_H_ #define _POWERPC_STDARG_H_ -#include <machine/ansi.h> +#include <machine/_types.h> #ifndef _STDARG_H #define _STDARG_H #endif #include <machine/va-ppc.h> -typedef _BSD_VA_LIST_ va_list; +typedef __va_list va_list; #endif /* !_POWERPC_STDARG_H_ */ |