summaryrefslogtreecommitdiffstats
path: root/sys/arch/mac68k/include/atomic.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mac68k/include/atomic.h')
-rw-r--r--sys/arch/mac68k/include/atomic.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/mac68k/include/atomic.h b/sys/arch/mac68k/include/atomic.h
index 8de2987e482..0f5a329af1e 100644
--- a/sys/arch/mac68k/include/atomic.h
+++ b/sys/arch/mac68k/include/atomic.h
@@ -1,9 +1,10 @@
-/* $OpenBSD: atomic.h,v 1.1 2007/02/06 17:13:33 art Exp $ */
+/* $OpenBSD: atomic.h,v 1.2 2007/02/19 17:18:43 deraadt Exp $ */
/* Public Domain */
+
#ifndef __MAC68K_ATOMIC_H__
#define __MAC68K_ATOMIC_H__
#include <m68k/atomic.h>
-#endif
+#endif /* __MAC68K_ATOMIC_H__ */