1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-13 16:23:50 +03:00

r5968: derrell's large file fix for libsmbclient (BUG 2505)

This commit is contained in:
Gerald Carter
2005-03-22 21:17:01 +00:00
committed by Gerald (Jerry) Carter
parent 214a2cbe5a
commit 85be4c5df3
11 changed files with 78 additions and 63 deletions

View File

@@ -35,7 +35,7 @@ struct smbc_dir_list {
struct _SMBCFILE {
int cli_fd;
char *fname;
off_t offset;
SMB_OFF_T offset;
struct _SMBCSRV *srv;
BOOL file;
struct smbc_dir_list *dir_list, *dir_end, *dir_next;