[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Re: [Xen-changelog] [xen-unstable] xenstored: Do not write to stderr if we are daemonised!
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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |