Module Name: src Committed By: hannken Date: Wed Nov 7 09:59:12 UTC 2018
Modified Files: src/sys/kern: uipc_syscalls.c Log Message: Don't defer errors from sendmmsg(). This matches the linux manpage. Defer errors from recvmmsg() through so_rerror and tests and return a deferred error on entry. Ok: christos@ To generate a diff of this commit: cvs rdiff -u -r1.197 -r1.198 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.