summaryrefslogtreecommitdiff
path: root/sys/arch/vax/include/stdarg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/vax/include/stdarg.h')
-rw-r--r--sys/arch/vax/include/stdarg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/vax/include/stdarg.h b/sys/arch/vax/include/stdarg.h
index 73e6fcd1558..2f55b8a9398 100644
--- a/sys/arch/vax/include/stdarg.h
+++ b/sys/arch/vax/include/stdarg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: stdarg.h,v 1.10 2008/10/23 21:25:08 kettenis Exp $ */
+/* $OpenBSD: stdarg.h,v 1.11 2011/03/23 16:54:37 pirofti Exp $ */
/* $NetBSD: stdarg.h,v 1.11 1999/05/03 16:30:34 christos Exp $ */
/*-
@@ -32,8 +32,8 @@
* @(#)stdarg.h 7.2 (Berkeley) 5/4/91
*/
-#ifndef _VAX_STDARG_H_
-#define _VAX_STDARG_H_
+#ifndef _MACHINE_STDARG_H_
+#define _MACHINE_STDARG_H_
#include <sys/cdefs.h>
#include <machine/_types.h>
@@ -64,4 +64,4 @@ typedef __va_list va_list;
#define va_end(ap)
-#endif /* !_VAX_STDARG_H_ */
+#endif /* !_MACHINE_STDARG_H_ */