Module Name: src Committed By: njoly Date: Sat May 17 09:30:07 UTC 2014
Modified Files: src/sys/compat/linux32/common: linux32_fcntl.c Log Message: Fix fadvise64 syscalls. Unlike our, linux fadvise syscall do not return error code; call do_posix_fadvise(). To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/compat/linux32/common/linux32_fcntl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.