[Libvir] Re: ignore leading zeros, too [Change MAC address to case insensitive

Richard W.M. Jones rjones at redhat.com
Fri Feb 29 12:27:10 UTC 2008


On Fri, Feb 29, 2008 at 12:59:39PM +0100, Jim Meyering wrote:
> diff --git a/src/util.c b/src/util.c
> index 4d61540..edaa5aa 100644
> --- a/src/util.c
> +++ b/src/util.c
> @@ -35,6 +35,7 @@
>  #include <sys/stat.h>
>  #include <sys/wait.h>
>  #include <string.h>
> +#include <ctype.h>

I thought we're not supposed to be using ctype?

Anyway, +1 the patch looks fine.

Rich.

-- 
Richard Jones, Emerging Technologies, Red Hat  http://et.redhat.com/~rjones
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top




More information about the libvir-list mailing list