change strncmp(...) != 0 to STRNEQLEN(...)
authorJim Meyering <meyering@redhat.com>
Mon, 9 Nov 2009 13:21:46 +0000 (14:21 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 9 Nov 2009 21:34:16 +0000 (22:34 +0100)
git grep -l 'strncmp *([^=]*!= *0'|xargs \
  perl -pi -e 's/\bstrncmp( *\(.*?\)) *!= *0/STRNEQLEN$1/g'


No differences found