submitting patches [Re: C++ and headers]

2004-09-30 Thread Coders
On Tue, 28 Sep 2004 07:03:34 +0200 Magnus wrote: MF> > Please note for the future, that you really should submit patches to the MF> > sourceforge tracker, so it doesn't get lost. Actually, in this case, I MF> > probably would have submitted a bug report and attached the patch to MF> > that. MF> >

Re: C++ and headers

2004-09-27 Thread Magnus Fromreide
On Mon, Sep 13, 2004 at 10:32:11PM -0400, Robert Story wrote: > > Please note for the future, that you really should submit patches to the > sourceforge tracker, so it doesn't get lost. Actually, in this case, I probably > would have submitted a bug report and attached the patch to that. > > Patc

Re: C++ and headers

2004-09-15 Thread Michael J. Slifcak
Robert Story freesnmp.com> writes: > > On Mon, 13 Sep 2004 19:45:45 +0200 Magnus wrote: >> In C++ the extern "C" { } construct shouldn't have a trailing ;. >> The attached patch cleans up all the headers in include. It also >> makes it possible to compile using g++-3.4 and higher. >> >> One big pr

Re: C++ and headers

2004-09-13 Thread Coders
On Mon, 13 Sep 2004 19:45:45 +0200 Magnus wrote: MF> > In C++ the extern "C" { } construct shouldn't have a trailing ;. MF> > MF> > The attached patch cleans up all the headers in include. It also makes it MF> > possible to compile using g++-3.4 and higher. MF> MF> One big problem right now is th

Re: C++ and headers

2004-09-13 Thread Magnus Fromreide
On Thu, Sep 09, 2004 at 06:43:53PM +0200, Magnus Fromreide wrote: > Hello. > > In C++ the extern "C" { } construct shouldn't have a trailing ;. > > The attached patch cleans up all the headers in include. It also makes it > possible to compile using g++-3.4 and higher. One big problem right now

C++ and headers

2004-09-09 Thread Magnus Fromreide
Hello. In C++ the extern "C" { } construct shouldn't have a trailing ;. The attached patch cleans up all the headers in include. It also makes it possible to compile using g++-3.4 and higher. /MF Index: include/net-snmp/types.h ===