cvs commit: src/sys/netipx ipx_pcb.c
Robert Watson
rwatson at FreeBSD.org
Sat Jan 8 20:47:43 PST 2005
rwatson 2005-01-09 04:47:42 UTC
FreeBSD src repository
Modified files:
sys/netipx ipx_pcb.c
Log:
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.
MFC after: 2 weeks
Revision Changes Path
1.41 +2 -2 src/sys/netipx/ipx_pcb.c
More information about the cvs-src
mailing list