]> git.ipfire.org Git - thirdparty/util-linux.git/commit
fincore: move sys/syscall.h include where it's needed master
authorKarel Zak <kzak@redhat.com>
Mon, 22 Jun 2026 09:43:39 +0000 (11:43 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 22 Jun 2026 09:43:39 +0000 (11:43 +0200)
commitd1b0ef5b3c9dc7a1f54b482b68bbde1d0c0a8481
treebe0f209a0602d41222cd8ebd03da6035909a3466
parentc149515d79edf2b576e78452ba873280f4f2938d
fincore: move sys/syscall.h include where it's needed

Move the sys/syscall.h include inside the #ifndef HAVE_CACHESTAT block,
since it's only needed for the fallback SYS_cachestat definition.  Also
clean up indentation of nested #ifdefs.

Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/fincore.c