Re: [libvirt] [PATCH] daemon: dispatch.c should include stdio.h (and stdarg.h)

2010-07-15 Thread Jiri Denemark
> >> dispatch.c requires stdio.h (and stdarg.h), however, currently > >> dispatch.c implicitly relys on rpc/xdr.h to include stdio.h. > >> If rpc/xdr.h unxpectedly does not include stdio.h, the compilation > >> of dispatch.c fails. > >> > >> This can happen, for example, when portablexdr is install

Re: [libvirt] [PATCH] daemon: dispatch.c should include stdio.h (and stdarg.h)

2010-07-14 Thread Ryota Ozaki
On Thu, Jul 8, 2010 at 9:45 PM, Jiri Denemark wrote: >> dispatch.c requires stdio.h (and stdarg.h), however, currently >> dispatch.c implicitly relys on rpc/xdr.h to include stdio.h. >> If rpc/xdr.h unxpectedly does not include stdio.h, the compilation >> of dispatch.c fails. >> >> This can happen

Re: [libvirt] [PATCH] daemon: dispatch.c should include stdio.h (and stdarg.h)

2010-07-08 Thread Jiri Denemark
> dispatch.c requires stdio.h (and stdarg.h), however, currently > dispatch.c implicitly relys on rpc/xdr.h to include stdio.h. > If rpc/xdr.h unxpectedly does not include stdio.h, the compilation > of dispatch.c fails. > > This can happen, for example, when portablexdr is installed > under /usr/l

[libvirt] [PATCH] daemon: dispatch.c should include stdio.h (and stdarg.h)

2010-07-08 Thread Ryota Ozaki
dispatch.c requires stdio.h (and stdarg.h), however, currently dispatch.c implicitly relys on rpc/xdr.h to include stdio.h. If rpc/xdr.h unxpectedly does not include stdio.h, the compilation of dispatch.c fails. This can happen, for example, when portablexdr is installed under /usr/local; because