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

Daniel P. Berrange berrange at redhat.com
Mon Mar 22 14:55:11 UTC 2010


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
-- 
|: Red Hat, Engineering, London    -o-   http://people.redhat.com/berrange/ :|
|: http://libvirt.org -o- http://virt-manager.org -o- http://deltacloud.org :|
|: http://autobuild.org        -o-         http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505  -o-   F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|




More information about the libvir-list mailing list