summaryrefslogtreecommitdiff
path: root/source4/include/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include/client.h')
-rw-r--r--source4/include/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/include/client.h b/source4/include/client.h
index 8b0aedd48c..0750ff4363 100644
--- a/source4/include/client.h
+++ b/source4/include/client.h
@@ -40,7 +40,7 @@
typedef struct file_info
{
- SMB_BIG_UINT size;
+ uint64_t size;
uint16 mode;
uid_t uid;
gid_t gid;