K 10 svn:author V 5 markj K 8 svn:date V 27 2015-10-03T19:37:41.861691Z K 7 svn:log V 196 The return value of posix_fadvise(2) is just an error status, so sys_posix_fadvise() should simply return the errno (or 0) to syscallenter() rather than setting a return value. MFC after: 1 week END