K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-01-23T14:44:08.000000Z K 7 svn:log V 304 Merge ipx_pcb.c:1.41 from HEAD to RELENG_5: date: 2005/01/09 04:47:42; author: rwatson; state: Exp; lines: +2 -2 In ipx_setsockaddr(), use M_WAITOK instead of M_NOWAIT so that the call always succeeds, avoiding causing the caller to return success even though the returned *sockaddr is NULL. END