Merged ----- Original Message ----- > From: "Ivana Varekova" <[email protected]> > To: "Dhaval Giani" <[email protected]> > Cc: "Wengmeiling" <[email protected]>, "Libcg Development list" > <[email protected]> > Sent: Tuesday, August 27, 2013 10:49:38 AM > Subject: Re: [Libcg-devel] [PATCH] add head file <stdarg.h> > > > > ----- Original Message ----- > > From: "Dhaval Giani" <[email protected]> > > To: "Libo Chen" <[email protected]> > > Cc: "Ivana Hutarova Varekova" <[email protected]>, "Wengmeiling" > > <[email protected]>, "Libcg Development > > list" <[email protected]> > > 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 <[email protected]> > > 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 <[email protected]> > > > > This seems reasonable. > > > > Acked-by: Dhaval Giani <[email protected]> > > I agree with Dhaval > > Acked-by: Ivana Hutarova Varekova <[email protected]> > > > > > --- > > > 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/libcg-devel >
------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk _______________________________________________ Libcg-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libcg-devel
