diff options
Diffstat (limited to 'sys/arch/mac68k/include/frame.h')
-rw-r--r-- | sys/arch/mac68k/include/frame.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mac68k/include/frame.h b/sys/arch/mac68k/include/frame.h index 4ef3f98a596..c6776983dc2 100644 --- a/sys/arch/mac68k/include/frame.h +++ b/sys/arch/mac68k/include/frame.h @@ -1,9 +1,9 @@ -/* $OpenBSD: frame.h,v 1.3 1996/05/26 18:35:51 briggs Exp $ */ +/* $OpenBSD: frame.h,v 1.4 1997/11/30 06:12:27 gene Exp $ */ /* $NetBSD: frame.h,v 1.5 1996/05/05 06:17:46 briggs Exp $ */ -#ifndef _FRAME_MACHINE_ -#define _FRAME_MACHINE_ +#ifndef _MAC68K_FRAME_H_ +#define _MAC68K_FRAME_H_ #include <m68k/frame.h> -#endif /* _FRAME_MACHINE_ */ +#endif /* _MAC68K_FRAME_H_ */ |