]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: avoid new syntax-check failure
authorJim Meyering <meyering@fb.com>
Wed, 25 Aug 2021 08:34:27 +0000 (01:34 -0700)
committerJim Meyering <meyering@fb.com>
Wed, 25 Aug 2021 15:45:39 +0000 (08:45 -0700)
commit88562dc9c756f9d85c4e7f7769dff1e86d7a7a95
tree16ff70aa3b449fadbf0b2522aa4a34fcddade8a0
parentc431893b96bf4dc3b3918a605387f1b0e3843242
maint: avoid new syntax-check failure

find-mount-point.h rightly includes <stdlib.h> for its use
of _GL_ATTRIBUTE_DEALLOC_FREE, which uses free, yet that new
inclusion provoked a syntax-check failure. Exempt this header
file as we've done for others.
* cfg.mk (exclude_file_name_regexp--sc_system_h_headers):
Add find-mount-point.h to the regexp.
(sc_system_h_headers): Use grep -E, for a more readable regexp.
cfg.mk