bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

backupfile.c missing feature check for fpathconf


From: Adrian Ebeling
Subject: backupfile.c missing feature check for fpathconf
Date: Fri, 18 Dec 2020 17:06:41 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

Hi,

lib/backupfile.c contains a feature check for pathconf()
(HAVE_PATHCONF), but later on fpathconf() is used without a check.
Therefore, the file can't be compiled on systems that don't have pathconf.

Please add a check for fpathconf(), similar to the pathconf() check in
lines 44-46.

Regards,
Adrian




reply via email to

[Prev in Thread] Current Thread [Next in Thread]