|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: [Xen-changelog] [xen-unstable] xenstored: Do not write t
On Wed, Aug 01, 2007 at 09:53:17AM -0700, Xen patchbot-unstable 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.
regards,
john
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] Re: [Xen-changelog] [xen-unstable] xenstored: Do not write to stderr if we are daemonised!,
John Levon <=
|
|
|
|
|