summaryrefslogtreecommitdiff
path: root/source3/torture/utable.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-04-05 14:53:08 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-04-06 01:47:43 +0200
commit6aa12fcb30c8f7246fd0215b1d808191c0d87668 (patch)
tree92eb805ea2ed03b1e42f6ce55ca26a65a92761fb /source3/torture/utable.c
parent48166468fe3ca515dae3431bbe674809489f743c (diff)
downloadsamba-6aa12fcb30c8f7246fd0215b1d808191c0d87668.tar.gz
samba-6aa12fcb30c8f7246fd0215b1d808191c0d87668.tar.bz2
samba-6aa12fcb30c8f7246fd0215b1d808191c0d87668.zip
build: Remove SMB_OFF_T, replace with off_t
Now that we always require a 64 bit off_t, we no longer need SMB_OFF_T. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Apr 6 01:47:43 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/torture/utable.c')
-rw-r--r--source3/torture/utable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/utable.c b/source3/torture/utable.c
index 2a56f085fe..a2db3ba0fe 100644
--- a/source3/torture/utable.c
+++ b/source3/torture/utable.c
@@ -153,7 +153,7 @@ bool torture_casetable(int dummy)
}
for (c=1; c < 0x10000; c++) {
- SMB_OFF_T size;
+ off_t size;
if (c == '.' || c == '\\') continue;