DESC Make jfseek() return the same as fseek(), that is, 0 on success and -1 on error. EDESC fseek() returns 0 on success and -1 on error; however our wrapper returns like lseek(). This patch fixes it and make the wrapper, jfseek(), behave correctly.