Module Name: src Committed By: pooka Date: Tue Apr 30 11:26:26 UTC 2013
Modified Files: src/lib/librumpuser: rumpuser.c Log Message: Some systems don't provide preadv/pwritev (hi Solaris!), so implement that with lseek + readv/writev instead (and avoid rewinding the pointer with soon-to-be documentation). To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/lib/librumpuser/rumpuser.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.