summaryrefslogtreecommitdiff
path: root/librpc/ABI
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2015-07-01 11:43:09 +1200
committerGarming Sam <garming@samba.org>2016-05-03 08:10:10 +0200
commitef0f4654546fdbfdf7165645f4b2291a753bb480 (patch)
tree3f15272a5cebd77c179a3f3f3201ea7f8cadcbf6 /librpc/ABI
parentc2649352e0917c3c2bcf1b7ad74d73d21e73be9c (diff)
downloadsamba-ef0f4654546fdbfdf7165645f4b2291a753bb480.tar.gz
Fix formatting issue on 32bit with _FILE_OFFSET_BITS == 64
Usually off_t is the same as size_t, but not on a 32 bit machine where _FILE_OFFSET_BITS is set to 64. In that case size_t stays 32 bit, and off_t goes to 64. This only affects debug messages. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'librpc/ABI')
0 files changed, 0 insertions, 0 deletions