Re: [libvirt] [PATCH 01/48] Avoid strcase check for virsh-*.c

2012-08-13 Thread Eric Blake
On 08/03/2012 09:48 AM, Osier Yang wrote: The is a preparation patch, all the files listed in _virsh_avoid_strcase will use strcasecmp to sort the objects. --- cfg.mk |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/cfg.mk b/cfg.mk index e2af2bb..871e50a 100644

[libvirt] [PATCH 01/48] Avoid strcase check for virsh-*.c

2012-08-03 Thread Osier Yang
The is a preparation patch, all the files listed in _virsh_avoid_strcase will use strcasecmp to sort the objects. --- cfg.mk |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/cfg.mk b/cfg.mk index e2af2bb..871e50a 100644 --- a/cfg.mk +++ b/cfg.mk @@ -736,7 +736,10 @@