]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lsfd: fix dependency on errnos.h
authorMasatake YAMATO <yamato@redhat.com>
Thu, 22 Jan 2026 14:41:54 +0000 (23:41 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Thu, 22 Jan 2026 14:43:48 +0000 (23:43 +0900)
commit17b2647536294b6c598e9e4636cd603920183bbd
tree7dc6676993f79f694b5c2cb2b84ba188af2169cb
parentc4fcb11334652f00e24ee16c2d0cf848caa4f592
lsfd: fix dependency on errnos.h

Fix a bug that I introduced in 764f1d396f.

Makemodule.am listed a dependency on errnos.h for file.c, but the header
is actually used by error.c.  Fix the dependency to ensure correct
rebuilds.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
lsfd-cmd/Makemodule.am