Skip to content

Modernize lseek() calls and add AC_SYS_LARGEFILE

Alan Coopersmith requested to merge alanc/libxfont:lseek into master

While font files should never be more than 2gb in size, they may be stored on filesystems with large inodes or timestamps outside of the 32-bit range.

Merge request reports