summaryrefslogtreecommitdiffstats
path: root/source/libsmb/clifile.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-03-22 21:17:01 +0000
committerGerald Carter <jerry@samba.org>2005-03-22 21:17:01 +0000
commit432071d5159533f37282207d22fe4da3ff586989 (patch)
tree916784498d2737b4b0d0de5d5eb39505ee0b2bed /source/libsmb/clifile.c
parent9cc6a4b98a3e7e66aa4f0d61e8e9c9ea9bfe479f (diff)
downloadsamba-432071d5159533f37282207d22fe4da3ff586989.tar.gz
samba-432071d5159533f37282207d22fe4da3ff586989.tar.xz
samba-432071d5159533f37282207d22fe4da3ff586989.zip
r5968: derrell's large file fix for libsmbclient (BUG 2505)
Diffstat (limited to 'source/libsmb/clifile.c')
-rw-r--r--source/libsmb/clifile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/libsmb/clifile.c b/source/libsmb/clifile.c
index 9d20ed3adcd..93492ec0822 100644
--- a/source/libsmb/clifile.c
+++ b/source/libsmb/clifile.c
@@ -1071,7 +1071,7 @@ BOOL cli_unlock64(struct cli_state *cli, int fnum, SMB_BIG_UINT offset, SMB_BIG_
****************************************************************************/
BOOL cli_getattrE(struct cli_state *cli, int fd,
- uint16 *attr, SMB_BIG_UINT *size,
+ uint16 *attr, SMB_OFF_T *size,
time_t *c_time, time_t *a_time, time_t *m_time)
{
memset(cli->outbuf,'\0',smb_size);
@@ -1122,7 +1122,7 @@ BOOL cli_getattrE(struct cli_state *cli, int fd,
****************************************************************************/
BOOL cli_getatr(struct cli_state *cli, const char *fname,
- uint16 *attr, size_t *size, time_t *t)
+ uint16 *attr, SMB_OFF_T *size, time_t *t)
{
char *p;