summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/include/trap.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mac68k/include/trap.h')
-rw-r--r--sys/arch/mac68k/include/trap.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/mac68k/include/trap.h b/sys/arch/mac68k/include/trap.h
index 3044085f211..e817d72270e 100644
--- a/sys/arch/mac68k/include/trap.h
+++ b/sys/arch/mac68k/include/trap.h
@@ -1,4 +1,9 @@
-/* $OpenBSD: trap.h,v 1.2 1996/05/26 18:36:07 briggs Exp $ */
+/* $OpenBSD: trap.h,v 1.3 1997/11/30 06:10:36 gene Exp $ */
/* $NetBSD: trap.h,v 1.5 1994/10/26 08:46:49 cgd Exp $ */
+#ifndef _MAC68K_TRAP_H_
+#define _MAC68K_TRAP_H_
+
#include <m68k/trap.h>
+
+#endif