search for: r3225

Displaying 2 results from an estimated 2 matches for "r3225".

Did you mean: 3225
2011 Sep 14
1
[nut-commits] svn commit r3225 - trunk/tools/nut-scanner
...an_snmp.c > > Modified: trunk/tools/nut-scanner/scan_snmp.c > ============================================================================== > --- trunk/tools/nut-scanner/scan_snmp.c Wed Sep 14 08:39:13 2011 (r3224) > +++ trunk/tools/nut-scanner/scan_snmp.c Wed Sep 14 12:24:58 2011 (r3225) > @@ -26,6 +26,31 @@ > #include <netinet/in.h> > #include <arpa/inet.h> > #include <stdio.h> > + > +/* workaround for buggy Net-SNMP config > + * from drivers/snmp-ups.h */ > +#ifdef PACKAGE_BUGREPORT > +#undef PACKAGE_BUGREPORT > +#endif > + &...
2011 Sep 14
1
[nut-commits] svn commit r3226 - trunk/tools/nut-scanner
...> trunk/tools/nut-scanner/scan_snmp.c > trunk/tools/nut-scanner/scan_usb.c > > Modified: trunk/tools/nut-scanner/scan_snmp.c > ============================================================================== > --- trunk/tools/nut-scanner/scan_snmp.c Wed Sep 14 12:24:58 2011 (r3225) > +++ trunk/tools/nut-scanner/scan_snmp.c Wed Sep 14 12:25:03 2011 (r3226) > @@ -26,6 +26,7 @@ > #include <netinet/in.h> > #include <arpa/inet.h> > #include <stdio.h> > +#include <string.h> > > /* workaround for buggy Net-SNMP config > * f...