Re: [Spice-devel] [PATCH 7/7] Use standard IOV_MAX definition where applicable

2012-02-17 Thread Alon Levy
On Thu, Feb 16, 2012 at 11:30:13PM -0600, Dan McGee wrote: > This is provided by on all platforms as long as _XOPEN_SOURCE > is defined. On Linux, this is 1024, on Solaris, this is 16, and on any > other platform, we now respect the value supported by the OS. > ACK > Signed-off-by: Dan McGee >

[Spice-devel] [PATCH 7/7] Use standard IOV_MAX definition where applicable

2012-02-16 Thread Dan McGee
This is provided by on all platforms as long as _XOPEN_SOURCE is defined. On Linux, this is 1024, on Solaris, this is 16, and on any other platform, we now respect the value supported by the OS. Signed-off-by: Dan McGee --- server/main_channel.c |2 -- server/red_channel.c |2 +- serve