[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[Libvir] Re: ignore leading zeros, too [Change MAC address to case insensitive
- From: Jim Meyering <jim meyering net>
- To: "Richard W.M. Jones" <rjones redhat com>
- Cc: libvir-list redhat com
- Subject: [Libvir] Re: ignore leading zeros, too [Change MAC address to case insensitive
- Date: Fri, 29 Feb 2008 13:33:42 +0100
"Richard W.M. Jones" <rjones redhat com> wrote:
> 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>
>
> Anyway, +1 the patch looks fine.
Hi Rich,
Thanks for the review.
> I thought we're not supposed to be using ctype?
As far as i know, #include <ctype.h> is still the only way
to use the things it specifies (tolower, isupper, isxdigit, etc.)
Maybe you're thinking of strings.h?
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]