[Libvir] [PATCH] Support Sun's Compiler

2007-09-07 Thread Mark Johnson
The following patch allows libvirt to be compiled with Sun's CC compiler. tested on today's CVS bits on a FC7 dom0 (LD_PRELOAD=src/.libs/libvirt.so src/.libs/virsh) Thanks, MRJ sun-cc Description: Binary data -- Libvir-list mailing list Libvir-list@redhat.com

Re: [Libvir] [PATCH] Support Sun's Compiler

2007-09-07 Thread Daniel P. Berrange
On Fri, Sep 07, 2007 at 11:33:48AM -0400, Mark Johnson wrote: The following patch allows libvirt to be compiled with Sun's CC compiler. Small request - for any future patches could you make sure gmail sends them as text/plain rather tha application/octet-stream, or have them inline instead of

Re: [Libvir] [PATCH] Support Sun's Compiler

2007-09-07 Thread Mark Johnson
On 9/7/07, Daniel P. Berrange [EMAIL PROTECTED] wrote: On Fri, Sep 07, 2007 at 11:33:48AM -0400, Mark Johnson wrote: The following patch allows libvirt to be compiled with Sun's CC compiler. Small request - for any future patches could you make sure gmail sends them as text/plain rather

Re: [Libvir] [PATCH] Support Sun's Compiler

2007-09-07 Thread Daniel P. Berrange
On Fri, Sep 07, 2007 at 05:05:15PM -0400, Mark Johnson wrote: On 9/7/07, Daniel P. Berrange [EMAIL PROTECTED] wrote: So, the bulk of this patch is just getting rid of the anonymous members in the union. Looks huge, but its an obvious safe fix - I explored doing this myself before to make us