]> git.ipfire.org Git - thirdparty/coreutils.git/commit
stat: fix enabling of statx logic
authorJeff Layton <jlayton@kernel.org>
Fri, 14 Jun 2019 18:37:43 +0000 (14:37 -0400)
committerPádraig Brady <P@draigBrady.com>
Fri, 14 Jun 2019 21:43:46 +0000 (22:43 +0100)
commit0b9bac90d8283c1262e74f0dbda87583508de9a3
treeeebf19ed1083dfdfbdb982db42a2c9c1c5b03837
parent0251229bfd9617e8a35cf9dd7d338d63fff74a0c
stat: fix enabling of statx logic

* src/stat.c: STATX_INO isn't defined until stat.h is included.
Move the test down so it works properly.
src/stat.c