----- Original Message -----
> From: "Dhaval Giani" <dhaval.gi...@gmail.com>
> To: "Libo Chen" <clbchenlibo.c...@huawei.com>
> Cc: "Ivana Hutarova Varekova" <varek...@redhat.com>, "Wengmeiling" 
> <wengmeiling.w...@huawei.com>, "Libcg Development
> list" <libcg-devel@lists.sourceforge.net>
> Sent: Wednesday, August 14, 2013 5:33:07 AM
> Subject: Re: [Libcg-devel] [PATCH] add head file <stdarg.h>
> 
> On Mon, Aug 12, 2013 at 2:18 AM, Libo Chen <clbchenlibo.c...@huawei.com>
> wrote:
> >
> > libcg was compiled failed in suse sp2 with libc-2.11.3:
> >   "include/libcgroup/log.h:90: error: expected declaration specifiers
> > or '...' before 'va_list'"
> >
> > so add #include <stdarg.h>
> >
> > Signed-off-by: Libo Chen <libo.c...@huawei.com>
> 
> This seems reasonable.
> 
> Acked-by: Dhaval Giani <dhaval.gi...@gmail.com>

I agree with Dhaval

Acked-by: Ivana Hutarova Varekova <varek...@redhat.com>
> 
> > ---
> >  include/libcgroup/log.h | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/include/libcgroup/log.h b/include/libcgroup/log.h
> > index 70e5c18..0dd03b4 100644
> > --- a/include/libcgroup/log.h
> > +++ b/include/libcgroup/log.h
> > @@ -9,6 +9,8 @@
> >  #include <features.h>
> >  #endif
> >
> > +#include <stdarg.h>
> > +
> >  __BEGIN_DECLS
> >
> >  /**
> > --
> > 1.8.3
> 

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Libcg-devel mailing list
Libcg-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libcg-devel

Reply via email to