K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-08-19T01:45:16.000000Z K 7 svn:log V 331 Add UNP_UNLOCK_ASSERT() to asser that the UNIX domain socket subsystem lock is not held. Rather than annotating that the lock is released after calls to unp_detach() with a comment, annotate with an assertion. Assert that the UNIX domain socket subsystem lock is not held when unp_externalize() and unp_internalize() are called. END