summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi/include
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2007-05-01 18:56:27 +0000
committermiod <miod@openbsd.org>2007-05-01 18:56:27 +0000
commitc3d82f71f72c9db0260420e22a4991f3d0a4fe04 (patch)
treee37720f063b783dc08d38f7872ae92f85ded33d8 /sys/arch/sgi/include
parentkill old constructs that have been deprecated since 2004. (diff)
downloadwireguard-openbsd-c3d82f71f72c9db0260420e22a4991f3d0a4fe04.tar.xz
wireguard-openbsd-c3d82f71f72c9db0260420e22a4991f3d0a4fe04.zip
Provide <machine/lock.h> on all platforms, so that MI code may #include it
unconditionnaly.
Diffstat (limited to 'sys/arch/sgi/include')
-rw-r--r--sys/arch/sgi/include/lock.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/sgi/include/lock.h b/sys/arch/sgi/include/lock.h
new file mode 100644
index 00000000000..9f00e2a6496
--- /dev/null
+++ b/sys/arch/sgi/include/lock.h
@@ -0,0 +1,3 @@
+/* $OpenBSD: lock.h,v 1.1 2007/05/01 18:56:31 miod Exp $ */
+/* public domain */
+#include <mips64/lock.h>