summaryrefslogtreecommitdiffstats
path: root/source/include/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/client.h')
-rw-r--r--source/include/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/client.h b/source/include/client.h
index 1caf78bf0e8..0d5d2ea8fb0 100644
--- a/source/include/client.h
+++ b/source/include/client.h
@@ -36,7 +36,7 @@
typedef struct file_info
{
SMB_OFF_T size;
- int mode;
+ uint16 mode;
uid_t uid;
gid_t gid;
/* these times are normally kept in GMT */