K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-08-22T20:04:56.000000Z K 7 svn:log V 472 MT5 uipc_usrreq.c:1.139: date: 2004/08/19 01:45:16; author: rwatson; state: Exp; lines: +10 -2 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. Approved by: re (kensmith) END