]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfsprogs-dev.git/commitdiff
libfrog: add missing HAVE_LISTMOUNT flag
authorAndrey Albershteyn <aalbersh@kernel.org>
Fri, 15 May 2026 10:23:56 +0000 (12:23 +0200)
committerAndrey Albershteyn <aalbersh@kernel.org>
Fri, 15 May 2026 17:38:21 +0000 (19:38 +0200)
New stubs are wrapped with HAVE_LISTMOUNT, but this flag is not
added if HAVE_LISTMOUNT is set.

Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Andrey Albershteyn <aalbersh@kernel.org>
libfrog/Makefile

index 22668212f22b93e6d2a47fafd5350dae6a1d31da..6ada83407e48c56927bcae0dc7da0678db96e6b7 100644 (file)
@@ -97,6 +97,7 @@ CFLAGS += -DHAVE_CLOSE_RANGE
 endif
 
 ifeq ($(HAVE_LISTMOUNT),yes)
+CFLAGS += -DHAVE_LISTMOUNT
 CFILES += statmount.c
 HFILES += statmount.h
 endif