diff options
author | 2007-02-19 17:18:40 +0000 | |
---|---|---|
committer | 2007-02-19 17:18:40 +0000 | |
commit | 8aa3ef09f5622dd8eb8f6d30eb7512c48ec87f8b (patch) | |
tree | d5d06d9beddc161599e934aacec417231164ef6a /sys/arch/mac68k/include | |
parent | ACPIVERBOSE should be off, like i386 (diff) | |
download | wireguard-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.h | 5 |
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__ */ |