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)
commit627f89351d06e43564b47ea42cabaa522284c2a1
tree088ef0ed9661ac5f76e61373c899bfe2edce9d0b
parent29842da1379ece83eae98ee786b475ae161f1687
change strncmp(...) != 0 to STRNEQLEN(...)

git grep -l 'strncmp *([^=]*!= *0'|xargs \
  perl -pi -e 's/\bstrncmp( *\(.*?\)) *!= *0/STRNEQLEN$1/g'
daemon/daemon.h
daemon/guestfsd.c
examples/to-xml.c
src/generator.ml