use STREQ, not strcmp: part 2
authorJim Meyering <meyering@redhat.com>
Mon, 9 Nov 2009 14:03:01 +0000 (15:03 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 9 Nov 2009 21:34:16 +0000 (22:34 +0100)
commit539bf7e8983c53c4cf79ffa64302bef1585bec31
tree86393065cadc2b280cafa6956798d87c37740dcd
parent9a8889e4d0c532b9f77af3a9cc7aae06adebfb83
use STREQ, not strcmp: part 2

git grep -l 'strcmp *([^=]*!= *0'|xargs \
  perl -pi -e 's/\bstrcmp( *\(.*?\)) *!= *0\b/STRNEQ$1/g'
daemon/xattr.c
fish/destpaths.c
fish/fish.c
fish/rc.c
src/generator.ml