]> granicus.if.org Git - procps-ng/commit
enable transparent large file support
authorMike Frysinger <vapier@gentoo.org>
Mon, 7 Mar 2016 20:36:59 +0000 (15:36 -0500)
committerCraig Small <csmall@enc.com.au>
Thu, 10 Mar 2016 11:01:32 +0000 (22:01 +1100)
commit1af18812b24d8e8b36e61965f67bb5167b65abcd
tree30d5c7857504b68fec7fe3745b2f0e4fd9cb39cc
parent710baea73deed6fc9022af6b5efac72e9a153409
enable transparent large file support

Historically LFS mattered only to open/read large files.  A few programs
here use open/seek, but not generally on files that are large.  However,
LFS also applies to stat which procps does in a bunch of places -- some
filesystems have 64bit inodes and attempts to do a 32bit stat will throw
an error.

Enable transparent LFS everywhere to avoid this.
configure.ac