On Sat, Nov 25, 2017 at 10:48:13PM +0100, Aurelien Jarno wrote:
> Without it one gets:
> 
>   $ gcc -o usbreset usbreset.c
>   usbreset.c: In function 'parse_devlist':
>   usbreset.c:68:17: warning: implicit declaration of function 'strtoul'; did 
> you mean 'strtok'? [-Wimplicit-function-declaration]
>      dev.bus_num = strtoul(attr, NULL, 10);
>                    ^~~~~~~
>                    strtok
> 
> Signed-off-by: Aurelien Jarno <aurel...@aurel32.net>
> ---
>  usbreset.c | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to