[Libvir] [PATCH] to run on IA64

Atsushi SAKAI sakaia at jp.fujitsu.com
Tue Feb 20 04:51:10 UTC 2007


Hi, Mark

I attach the message before bridge.c fixes after conf.c fix.

This message solve your problem?

Thanks
Atsushi SAKAI

Mark McLoughlin <markmc at redhat.com> wrote:

> Hi there,
> 
> On Fri, 2007-02-16 at 19:24 +0900, Atsushi SAKAI wrote:
> 
> > -    ((struct sockaddr_in *)&ifr.ifr_addr)->sin_family = AF_INET;
> > -    ((struct sockaddr_in *)&ifr.ifr_addr)->sin_addr   = inaddr;
> > +    ((struct sockaddr_in *)((void *)&ifr.ifr_addr))->sin_family = AF_INET;
> > +    ((struct sockaddr_in *)((void *)&ifr.ifr_addr))->sin_addr   = inaddr; 
> 
> 	Could you explain this change? I'm not sure I follow what the problem
> was or how it fixes it.
> 
> Thanks,
> Mark.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: libvirtconf.txt
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20070220/52b5adad/attachment-0001.txt>


More information about the libvir-list mailing list