Prohibit use of cloexec.h, posixver.h, same.h without use.
* top/maint.mk (sc_prohibit_cloexec_without_use): New rule.
(sc_prohibit_posixver_without_use): Likewise.
(sc_prohibit_same_without_use): Likewise.
+2011-06-03 Jim Meyering <meyering@redhat.com>
+
+ maint: three new prohibit-header-without-use rules
+ Prohibit use of cloexec.h, posixver.h, same.h without use.
+ * top/maint.mk (sc_prohibit_cloexec_without_use): New rule.
+ (sc_prohibit_posixver_without_use): Likewise.
+ (sc_prohibit_same_without_use): Likewise.
+
2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
allocator: 'die' routine is now given requested size
re='$(_hash_fn)|$(_hash_struct)'\
$(_sc_header_without_use)
+sc_prohibit_cloexec_without_use:
+ @h='"cloexec.h"' re='\<(set_cloexec_flag|dup_cloexec) *\(' \
+ $(_sc_header_without_use)
+
+sc_prohibit_posixver_without_use:
+ @h='"posixver.h"' re='\<posix2_version *\(' $(_sc_header_without_use)
+
+sc_prohibit_same_without_use:
+ @h='"same.h"' re='\<same_name *\(' $(_sc_header_without_use)
+
sc_prohibit_hash_pjw_without_use:
@h='"hash-pjw.h"' \
re='\<hash_pjw *\(' \