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> >
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
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
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
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
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
===