summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-12-10 23:44:33 +0000
committerJeremy Allison <jra@samba.org>2002-12-10 23:44:33 +0000
commit3fc4d88d99b8629e7e3f97d6e70254ef0865a5e5 (patch)
tree53c47de8128638af1368fc3ef6a0f76b41873063 /source3/include/client.h
parentad43ee6f5b9ff26c3c91163dea7909401efb02de (diff)
downloadsamba-3fc4d88d99b8629e7e3f97d6e70254ef0865a5e5.tar.gz
samba-3fc4d88d99b8629e7e3f97d6e70254ef0865a5e5.tar.bz2
samba-3fc4d88d99b8629e7e3f97d6e70254ef0865a5e5.zip
Fix client reporting of 64 bit files.
Jeremy. (This used to be commit 8dcbfa4e770d74d4ce6faaf1a0597d07d0a5cc81)
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index 17fd150065..853ee7ae42 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -35,7 +35,7 @@
typedef struct file_info
{
- SMB_OFF_T size;
+ SMB_BIG_UINT size;
uint16 mode;
uid_t uid;
gid_t gid;