summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/include/reg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mac68k/include/reg.h')
-rw-r--r--sys/arch/mac68k/include/reg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mac68k/include/reg.h b/sys/arch/mac68k/include/reg.h
index 4dcadc4fd9c..a8765eb7f05 100644
--- a/sys/arch/mac68k/include/reg.h
+++ b/sys/arch/mac68k/include/reg.h
@@ -1,8 +1,8 @@
-/* $OpenBSD: reg.h,v 1.3 1996/05/26 18:36:02 briggs Exp $ */
+/* $OpenBSD: reg.h,v 1.4 1997/11/30 06:12:35 gene Exp $ */
/* $NetBSD: reg.h,v 1.10 1996/05/05 06:18:00 briggs Exp $ */
-#ifndef _REG_MACHINE_
-#define _REG_MACHINE_
+#ifndef _MAC68K_REG_H_
+#define _MAC68K_REG_H_
#include <machine/frame.h>
#include <m68k/reg.h>
@@ -12,4 +12,4 @@ __BEGIN_DECLS
void regdump __P((struct frame *, int));
__END_DECLS
-#endif /* _REG_MACHINE_ */
+#endif /* _MAC68K_REG_H_ */