K 10 svn:author V 7 rwatson K 8 svn:date V 27 2006-03-17T20:40:17.000000Z K 7 svn:log V 401 Modify netatalk to ensure, and assert, that pcb's remain attached to sockets as long as the sockets have not been aborted or detached. Do not try to free the socket in pru_detach(), since sofree() will do so, if needed, once pru_detach() returns. Annotate a bug in ddp_abort(), which fails to free the socket; this is probably OK as ddp_abort() should never be called, so should instead be deleted. END