]> 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:30:02 +0000 (22:30 +1100)
commit69d019967295c5b15c6530a74bd61e13a23acc2f
tree1b54389bc9ad3502a47076eb5668582e747377cf
parent03437d7dd30363518792b690cd5d747e22f74f6b
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