Made the daemon 64-bit filesize capable.
[doldaconnect.git] / daemon / client.h
index aa15d42..19708d2 100644 (file)
@@ -58,7 +58,7 @@ struct sharecache
     struct sharecache *next, *prev, *child, *parent;
     char *path;
     wchar_t *name;
-    size_t size;
+    off_t size;
     time_t mtime;
     dev_t dev;
     ino_t inode;