[libvirt] [PATCH 02/15] Make sure uid_t and gid_t are available

Matthias Bolte matthias.bolte at googlemail.com
Tue Mar 23 01:28:31 UTC 2010


2010/3/22 Daniel P. Berrange <berrange at redhat.com>:
> On Mon, Mar 22, 2010 at 02:25:32AM +0100, Matthias Bolte wrote:
>> ---
>>  configure.ac |    1 +
>>  1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> diff --git a/configure.ac b/configure.ac
>> index 654b9a8..1a3c788 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -61,6 +61,7 @@ gl_INIT
>>
>>  AM_PROG_CC_STDC
>>  AC_C_CONST
>> +AC_TYPE_UID_T
>>
>>  dnl Make sure we have an ANSI compiler
>>  AM_C_PROTOTYPES
>> --
>
> ACK, didn't know about that macro ! I had previously just changed uid_t to
> int in various functions for Mingw
>
>
> Daniel
>

Thanks, pushed.

Matthias




More information about the libvir-list mailing list