Fix client reporting of 64 bit files.
[ira/wip.git] / source / include / client.h
index 17fd150065864a73c320c61fdfae93b8842c8d36..853ee7ae42b1c1fd17466bdadadb955971c509ba 100644 (file)
@@ -35,7 +35,7 @@
 
 typedef struct file_info
 {
-       SMB_OFF_T size;
+       SMB_BIG_UINT size;
        uint16 mode;
        uid_t uid;
        gid_t gid;