]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: Add helper to avoid the strcase check for virsh-*.c
authorOsier Yang <jyang@redhat.com>
Tue, 14 Aug 2012 07:21:44 +0000 (15:21 +0800)
committerOsier Yang <jyang@redhat.com>
Wed, 15 Aug 2012 07:07:37 +0000 (15:07 +0800)
commitbe023c08960b7e9cd932134383ba8b3dcbfee4cf
tree163bc5d4931f9c9e975b101ebe34ab55a7292eed
parent1f7a291c964a4656e06591543af1069b7538160c
virsh: Add helper to avoid the strcase check for virsh-*.c

* tools/virsh.c: New macro vshStrcasecmp
* tools/virsh-domain-monitor.c: Use vshStrcasecmp instead of
                                strcasecmp
* tools/virsh-snapshot.c: Likewise
* cfg.mk: Only avoid doing strcase checking for virsh.c
cfg.mk
tools/virsh-domain-monitor.c
tools/virsh-snapshot.c
tools/virsh.c