summaryrefslogtreecommitdiffstats
path: root/sys/arch/mac68k/include
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2007-02-19 17:18:40 +0000
committerderaadt <deraadt@openbsd.org>2007-02-19 17:18:40 +0000
commit8aa3ef09f5622dd8eb8f6d30eb7512c48ec87f8b (patch)
treed5d06d9beddc161599e934aacec417231164ef6a /sys/arch/mac68k/include
parentACPIVERBOSE should be off, like i386 (diff)
downloadwireguard-openbsd-8aa3ef09f5622dd8eb8f6d30eb7512c48ec87f8b.tar.xz
wireguard-openbsd-8aa3ef09f5622dd8eb8f6d30eb7512c48ec87f8b.zip
only make this interface available to the kernel for now, discussed witha
rt and such; tested and ok miod drahn
Diffstat (limited to 'sys/arch/mac68k/include')
-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__ */