From: Jim Meyering Date: Mon, 9 Nov 2009 13:21:46 +0000 (+0100) Subject: change strncmp(...) != 0 to STRNEQLEN(...) X-Git-Tag: 1.0.78~22 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=627f89351d06e43564b47ea42cabaa522284c2a1;hp=627f89351d06e43564b47ea42cabaa522284c2a1;p=libguestfs.git change strncmp(...) != 0 to STRNEQLEN(...) git grep -l 'strncmp *([^=]*!= *0'|xargs \ perl -pi -e 's/\bstrncmp( *\(.*?\)) *!= *0/STRNEQLEN$1/g' ---