Module Name: src Committed By: seanb Date: Mon Apr 7 15:35:23 UTC 2014
Modified Files: src/sys/kern: uipc_syscalls.c Log Message: Fix a case where an erroneous EAGAIN was returned out of recvmmsg. This occured when some, but not all of the mmsg array members were filled with data from a non-blocking socket. PR kern/48725 To generate a diff of this commit: cvs rdiff -u -r1.165 -r1.166 src/sys/kern/uipc_syscalls.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.