johndoe31415 / luksipc

Official master repository of the LUKS in-place-conversion utility (luksipc)
GNU General Public License v3.0
91 stars 12 forks source link

Use _FILE_OFFSET_BITS=64 instead of _LARGEFILE64_SOURCE #5

Closed vincentbernat closed 8 years ago

vincentbernat commented 8 years ago

The later makes lseek64() and off64_t available while the former makes sizeof(off_t) == 8.

Fix #3.