From: Evan Hunt Date: Thu, 28 Jun 2018 16:03:02 +0000 (-0700) Subject: remove no-longer-needed check for strsep() X-Git-Tag: v9.13.3~115^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f38be5064b121e015e736b9588ddda5156be39b;p=thirdparty%2Fbind9.git remove no-longer-needed check for strsep() --- diff --git a/util/checklibs.sh b/util/checklibs.sh index 0b8dae54bc3..9e00c8f7842 100755 --- a/util/checklibs.sh +++ b/util/checklibs.sh @@ -25,20 +25,6 @@ list=`git grep -l snprintf lib bin | echo "$list" } -# -# Check for missing #include " -# -list=`git grep -lw strsep lib bin | - grep '\.c$' | - grep -vE -e '(lib/bind|lib/dns/rdata|lib/dns/gen.c)' \ - -e '(lib/isc/win32/time.c)' | - xargs grep -L ""` -[ -n "$list" ] && { - status=1 - echo 'Missing #include :' - echo "$list" -} - # # Check for missing #include " #