On 10/7/24 18:58, Bruno Haible wrote:
Either remove that #include (since fstype.c does not need it,
AFAICS),
or make it unconditional.
Good point, thanks.
Indeed. Thanks for the report. This patch fixes it:
Thanks!
Have a nice day,
Berny
Hi Berny,
> While trying to update gnulib in findutils, I've been prompted by this new
> syntax-check failure:
>
>find/fstype.c:30:#if HAVE_MNTENT_H
>maint.mk: do not test the above HAVE__H symbol(s);
> with the corresponding gnulib module, they are always true
>make: *** [maint
On 8/19/24 5:23 PM, Bruno Haible wrote:
2024-08-19 Bruno Haible
...
hasmntopt: New module.
...
2024-08-19 Bruno Haible
mntent: New module.
While trying to update gnulib in findutils, I've been prompted by this new
syntax-check failure:
find/fstype.c:30:#if HAVE_M