diff options
Diffstat (limited to 'sys/arch/mac68k/include/varargs.h')
-rw-r--r-- | sys/arch/mac68k/include/varargs.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/mac68k/include/varargs.h b/sys/arch/mac68k/include/varargs.h index e9219c1e24e..5b09d808011 100644 --- a/sys/arch/mac68k/include/varargs.h +++ b/sys/arch/mac68k/include/varargs.h @@ -1,5 +1,9 @@ -/* $OpenBSD: varargs.h,v 1.2 1996/05/26 18:36:09 briggs Exp $ */ +/* $OpenBSD: varargs.h,v 1.3 1997/11/30 06:10:36 gene Exp $ */ /* $NetBSD: varargs.h,v 1.2 1994/10/26 08:46:51 cgd Exp $ */ -/* Just use the common m68k definition */ +#ifndef _MAC68K_VARARGS_H_ +#define _MAC68K_VARARGS_H_ + #include <m68k/varargs.h> + +#endif |