diff options
author | Martin Natano <natano@cvs.openbsd.org> | 2016-06-19 11:54:35 +0000 |
---|---|---|
committer | Martin Natano <natano@cvs.openbsd.org> | 2016-06-19 11:54:35 +0000 |
commit | b70123aec90044d17f9882033c3f3ac7a1fb78f6 (patch) | |
tree | 84f74dc221b666238a94c4435ab5d31c75d67428 /distrib | |
parent | df2ea89c9faeef8fb93ba702e7841560708f8a61 (diff) |
Remove the lockmgr() API. It is only used by filesystems, where it is a
trivial change to use rrw locks instead. All it needs is LK_* defines
for the RW_* flags.
tested by naddy and sthen on package building infrastructure
input and ok jmc mpi tedu
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/sets/lists/comp/mi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/distrib/sets/lists/comp/mi b/distrib/sets/lists/comp/mi index 9bc84811cc2..82fcddd22f0 100644 --- a/distrib/sets/lists/comp/mi +++ b/distrib/sets/lists/comp/mi @@ -2715,7 +2715,6 @@ ./usr/share/man/man9/kthread.9 ./usr/share/man/man9/ktrace.9 ./usr/share/man/man9/loadfirmware.9 -./usr/share/man/man9/lock.9 ./usr/share/man/man9/log.9 ./usr/share/man/man9/malloc.9 ./usr/share/man/man9/mbuf.9 |