mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-10 02:01:32 -04:00
update the list of functions that are triggers for requiring #include <isc/print.h> or "print_p.h"
This commit is contained in:
parent
efaa12bd57
commit
07317db2ca
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ status=0
|
|||
#
|
||||
# Check for missing #include <isc/print.h> or "print_p.h"
|
||||
#
|
||||
list=`git grep -l snprintf lib bin |
|
||||
list=`git grep -wl '\(printf\|snprintf\|sprintf\|vsnprintf\|fprintf\)' lib bin |
|
||||
grep '\.c$' |
|
||||
grep -vE -e '(lib/bind|lib/dns/rdata|lib/dns/gen.c)' \
|
||||
-e '(lib/isc/win32/time.c|dlzexternal/driver.c)' |
|
||||
|
|
|
|||
Loading…
Reference in a new issue