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 (Jerry) Carter <jerry@samba.org>2007-10-10 10:56:13 -0500
commit85be4c5df398faa6c5bfacd1f9d2f12c39d411e1 (patch)
tree916784498d2737b4b0d0de5d5eb39505ee0b2bed /source/libsmb/clifile.c
parent214a2cbe5aed9f0540b03350b60d0eec1c61bad8 (diff)
downloadsamba-85be4c5df398faa6c5bfacd1f9d2f12c39d411e1.tar.gz
samba-85be4c5df398faa6c5bfacd1f9d2f12c39d411e1.tar.xz
samba-85be4c5df398faa6c5bfacd1f9d2f12c39d411e1.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;