From bfb5863e350590d8fe9a643d840c7d0b5f3d934b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 29 Jan 2012 22:30:20 +0100 Subject: [PATCH] maint.mk: sc_prohibit_canonicalize_without_use: avoid false positive * top/maint.mk (sc_prohibit_canonicalize_without_use): Also detect uses of canonicalize_file_name. --- ChangeLog | 6 ++++++ top/maint.mk | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2154aafbf..c6a99f556 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-01-29 Jim Meyering + + maint.mk: sc_prohibit_canonicalize_without_use: avoid false positive + * top/maint.mk (sc_prohibit_canonicalize_without_use): Also + detect uses of canonicalize_file_name. + 2012-01-28 Bruno Haible test-framework-sh: Fix test failure with AIX 7.1 diff. diff --git a/top/maint.mk b/top/maint.mk index 5a23185bd..be7ba490e 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -516,7 +516,7 @@ sc_prohibit_argmatch_without_use: sc_prohibit_canonicalize_without_use: @h='canonicalize.h' \ - re='CAN_(EXISTING|ALL_BUT_LAST|MISSING)|canonicalize_(mode_t|filename_mode)' \ + re='CAN_(EXISTING|ALL_BUT_LAST|MISSING)|canonicalize_(mode_t|filename_mode|file_name)' \ $(_sc_header_without_use) sc_prohibit_root_dev_ino_without_use: -- 2.11.0