summaryrefslogtreecommitdiff
path: root/packaging/Debian/debian/patches/smbclient-xfer-speed.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/Debian/debian/patches/smbclient-xfer-speed.patch')
-rw-r--r--packaging/Debian/debian/patches/smbclient-xfer-speed.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/packaging/Debian/debian/patches/smbclient-xfer-speed.patch b/packaging/Debian/debian/patches/smbclient-xfer-speed.patch
new file mode 100644
index 0000000000..3ff8b60069
--- /dev/null
+++ b/packaging/Debian/debian/patches/smbclient-xfer-speed.patch
@@ -0,0 +1,17 @@
+--- samba-2.2.2.cvs20020120/source/client/client.c.orig Wed Jan 23 23:32:44 2002
++++ samba-2.2.2.cvs20020120/source/client/client.c Wed Jan 23 23:33:50 2002
+@@ -92,10 +92,10 @@
+ extern file_info def_finfo;
+
+ /* timing globals */
+-int get_total_size = 0;
+-int get_total_time_ms = 0;
+-int put_total_size = 0;
+-int put_total_time_ms = 0;
++SMB_BIG_UINT get_total_size = 0;
++unsigned int get_total_time_ms = 0;
++SMB_BIG_UINT put_total_size = 0;
++unsigned int put_total_time_ms = 0;
+
+ /* totals globals */
+ static double dir_total;