Whamcloud - gitweb
filefrag.c: fix build problem when using musl libc
authorTheodore Ts'o <tytso@mit.edu>
Thu, 11 Oct 2018 02:24:01 +0000 (22:24 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 11 Oct 2018 02:24:01 +0000 (22:24 -0400)
commit1aa0d8a2e4165010463c5243fa78c2fd9cc04a38
tree8dde302a3db6f64de0d59bbc3d75506f2fb3d512
parentb0ec76d623f737a32abc5ab8bb7198bf1d9939a4
filefrag.c: fix build problem when using musl libc

Use HAVE_LINUX_FD_H guard since not all libc's or operating systems
provide <linux/fd.h>.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/filefrag.c