diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-11-09 16:57:45 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-11-09 16:57:45 +0000 |
commit | 1a25dc776ddc36de9a214e023becff1ceb10290c (patch) | |
tree | 709677b7bbc9f49fcf407dc65e6e83323086ebb5 /source/client/client.c | |
parent | eac350e09f5cdcf1b6ec1a3b7cde2c9aa3268143 (diff) | |
download | samba-1a25dc776ddc36de9a214e023becff1ceb10290c.tar.gz samba-1a25dc776ddc36de9a214e023becff1ceb10290c.tar.xz samba-1a25dc776ddc36de9a214e023becff1ceb10290c.zip |
Sync with HEAD
Diffstat (limited to 'source/client/client.c')
-rw-r--r-- | source/client/client.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/client/client.c b/source/client/client.c index 0b10a9fa0a8..96b9837fef1 100644 --- a/source/client/client.c +++ b/source/client/client.c @@ -94,10 +94,10 @@ static pstring fileselection = ""; extern file_info def_finfo; /* timing globals */ -int get_total_size = 0; -int get_total_time_ms = 0; -static int put_total_size = 0; -static int put_total_time_ms = 0; +SMB_BIG_UINT get_total_size = 0; +unsigned int get_total_time_ms = 0; +static SMB_BIG_UINT put_total_size = 0; +static unsigned int put_total_time_ms = 0; /* totals globals */ static double dir_total; |