r5968: derrell's large file fix for libsmbclient (BUG 2505)
[nivanova/samba-autobuild/.git] / source3 / smbwrapper / smbw.c
index bf60c2bc68c96d4f20d29fcf6c9c3d1e2d5b30e2..edcc7a5c2f958568b4a0724d76715acf3646c12b 100644 (file)
@@ -1224,7 +1224,7 @@ a wrapper for lseek()
 off_t smbw_lseek(int fd, off_t offset, int whence)
 {
        struct smbw_file *file;
-       size_t size;
+       SMB_OFF_T size;
 
        smbw_busy++;