Fix previous commit - ssize_t should be off_t
commit215f46f457d85bbeb5e854f81b8fed9ff3f9348a
authorOlly Betts <olly@survex.com>
Mon, 5 Dec 2016 06:20:35 +0000 (5 19:20 +1300)
committerOlly Betts <olly@survex.com>
Tue, 6 Dec 2016 04:43:33 +0000 (6 17:43 +1300)
tree229ffad867010e96fcfcf2e3580bfc86475e156f
parentc0fecc4e8cc4c1df619c81b77d16a2386a126f59
Fix previous commit - ssize_t should be off_t

On x86-64 Linux, both are compatible types, but they aren't on x86.

(cherry picked from commit 5f4ba3a69ff6cd4ecd7c880bbc0773d260413538)
xapian-core/common/closefrom.cc