diff options
author | 2007-05-01 18:56:27 +0000 | |
---|---|---|
committer | 2007-05-01 18:56:27 +0000 | |
commit | c3d82f71f72c9db0260420e22a4991f3d0a4fe04 (patch) | |
tree | e37720f063b783dc08d38f7872ae92f85ded33d8 /sys/arch/sgi/include | |
parent | kill old constructs that have been deprecated since 2004. (diff) | |
download | wireguard-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.h | 3 |
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> |