diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-07-30 20:24:33 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-07-30 20:24:33 +0000 |
commit | 5a4b8571aa88ae3650f87ddb399045f4b797437a (patch) | |
tree | 2ff63e4224014580be9b160fe825eb87ba03555a /sys/arch/arc/include/varargs.h | |
parent | b039b90135b7419709f2766cbede80c1acf288a8 (diff) |
Cleanup, endian and abi stuff fixies. Some stuff added for MIPS Magnum.
(PICA and Magnum uses very similar core chipsets).
Diffstat (limited to 'sys/arch/arc/include/varargs.h')
-rw-r--r-- | sys/arch/arc/include/varargs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/arc/include/varargs.h b/sys/arch/arc/include/varargs.h index eca413161e8..e35ce16f8be 100644 --- a/sys/arch/arc/include/varargs.h +++ b/sys/arch/arc/include/varargs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: varargs.h,v 1.1 1996/06/24 09:07:18 pefo Exp $ */ +/* $OpenBSD: varargs.h,v 1.2 1996/07/30 20:24:29 pefo Exp $ */ /* $NetBSD: varargs.h,v 1.8 1995/03/28 18:19:30 jtc Exp $ */ /*- @@ -41,8 +41,8 @@ * @(#)varargs.h 8.2 (Berkeley) 3/22/94 */ -#ifndef _PMAX_VARARGS_H_ -#define _PMAX_VARARGS_H_ +#ifndef _MIPS_VARARGS_H_ +#define _MIPS_VARARGS_H_ #include <machine/ansi.h> @@ -66,4 +66,4 @@ typedef _BSD_VA_LIST_ va_list; #define va_end(ap) ((void) 0) -#endif /* !_PMAX_VARARGS_H_ */ +#endif /* !_MIPS_VARARGS_H_ */ |