Displaying 1 result from an estimated 1 matches for "r3226".
Did you mean:
3226
2011 Sep 14
1
[nut-commits] svn commit r3226 - trunk/tools/nut-scanner
...can_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
> * from drivers/snmp-ups.h */
If it's for strndup, I fear it will not be enou...