summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/varargs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/powerpc/include/varargs.h')
-rw-r--r--sys/arch/powerpc/include/varargs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/powerpc/include/varargs.h b/sys/arch/powerpc/include/varargs.h
index cbc021a5ef7..4f01472a81c 100644
--- a/sys/arch/powerpc/include/varargs.h
+++ b/sys/arch/powerpc/include/varargs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: varargs.h,v 1.2 2001/03/29 18:52:19 drahn Exp $ */
+/* $OpenBSD: varargs.h,v 1.3 2001/09/01 15:49:05 drahn Exp $ */
/* $NetBSD: varargs.h,v 1.1 1996/09/30 16:34:37 ws Exp $ */
/*-
@@ -41,8 +41,8 @@
* @(#)varargs.h 8.2 (Berkeley) 3/22/94
*/
-#ifndef _PPC_VARARGS_H_
-#define _PPC_VARARGS_H_
+#ifndef _POWERPC_VARARGS_H_
+#define _POWERPC_VARARGS_H_
#define _VARARGS_H
@@ -51,4 +51,4 @@
typedef _BSD_VA_LIST_ va_list;
-#endif /* !_PPC_VARARGS_H_ */
+#endif /* !_POWERPC_VARARGS_H_ */