diff options
Diffstat (limited to 'sys/arch/sparc64/include/stdarg.h')
-rw-r--r-- | sys/arch/sparc64/include/stdarg.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc64/include/stdarg.h b/sys/arch/sparc64/include/stdarg.h index 97ad19f0886..9bd7855ce28 100644 --- a/sys/arch/sparc64/include/stdarg.h +++ b/sys/arch/sparc64/include/stdarg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stdarg.h,v 1.8 2010/12/30 05:01:36 tedu Exp $ */ +/* $OpenBSD: stdarg.h,v 1.9 2011/03/23 16:54:37 pirofti Exp $ */ /* $NetBSD: stdarg.h,v 1.11 2000/07/23 21:36:56 mycroft Exp $ */ /* @@ -41,8 +41,8 @@ * from: @(#)stdarg.h 8.2 (Berkeley) 9/27/93 */ -#ifndef _SPARC64_STDARG_H_ -#define _SPARC64_STDARG_H_ +#ifndef _MACHINE_STDARG_H_ +#define _MACHINE_STDARG_H_ #include <sys/cdefs.h> #include <machine/_types.h> @@ -88,4 +88,4 @@ typedef __va_list va_list; (sizeof(type) <= 16 ? __va_arg16(ap, type) : \ *__va_arg8(ap, type *))))) -#endif /* !_SPARC64_STDARG_H_ */ +#endif /* !_MACHINE_STDARG_H_ */ |