|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Re: [Xen-changelog] [xen-unstable] xenstored: Do not wri
On 1/8/07 19:03, "John Levon" <levon@xxxxxxxxxxxxxxxxx> wrote:
>> +
>> + /* Get ourselves a nice xenstored crash if these are used. */
>> + stdin = NULL;
>> + stdout = NULL;
>> + stderr = NULL;
>
> You cannot assign to std* on Solaris, this becomes:
>
> (&__iob[0]) = 0;
> (&__iob[1]) = 0;
> (&__iob[2]) = 0;
>
> which obviously won't compile.
Okay, I'll fix this by redirecting xprintf() to trace() and get rid of the
NULL assignments.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|