[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] [PATCH] fix MinGW compilation(200808)
- From: Atsushi SAKAI <sakaia jp fujitsu com>
- To: Jim Meyering <jim meyering net>
- Cc: libvir-list redhat com
- Subject: Re: [libvirt] [PATCH] fix MinGW compilation(200808)
- Date: Wed, 06 Aug 2008 08:52:09 +0900
Hi, Jim
Thank you for commenting this.
I am wondered how to replace inet_aton.
Your suggestion is very helpful.
Thanks
Atsushi SAKAI
Jim Meyering <jim meyering net> wrote:
> Atsushi SAKAI <sakaia jp fujitsu com> wrote:
> ...
> > network_conf.c:290: warning: implicit declaration of function `inet_aton'
> > network_conf.c:290: warning: nested extern declaration of `inet_aton'
>
> We can/should use inet_pton instead. Then, not only do we use what seems
> to be the preferred interface, but there is a gnulib module by the same
> name that can come into play if it too is missing.
>
> > network_conf.c:598: error: `S_IRUSR' undeclared (first use in this function)
>
> The remaining problems should be easy to resolve:
> Add this line to network_conf.c:
>
> #include <sys/stat.h>
>
> > network_conf.c:598: error: (Each undeclared identifier is reported only once
> > network_conf.c:598: error: for each function it appears in.)
> > network_conf.c:598: error: `S_IWUSR' undeclared (first use in this function)
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]