from netbsd:
authorderaadt <deraadt@openbsd.org>
Thu, 14 Dec 1995 06:19:03 +0000 (06:19 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 14 Dec 1995 06:19:03 +0000 (06:19 +0000)
commitb9a093a452b9ea7134e7e555fce59ce9ec825fbf
tree88614a077b7cc1aec00c0587d4f64e5a9642a3ae
parent8aac900d6aed15926e7ee44b9e4e2a1a87d8f26f
from netbsd:
Fix a race condition where if a process is asleep waiting on an
exclusive lock of a ccd device while another process is unconfiguring
that same device, the first process would never awaken (unless interrupted).
sys/dev/ccd.c