netifd: Fix printf calls + function declarations.
authorRosen Penev <rosenp@gmail.com>
Mon, 26 Jun 2017 00:18:06 +0000 (17:18 -0700)
committerHans Dedecker <dedeckeh@gmail.com>
Mon, 26 Jun 2017 19:27:46 +0000 (21:27 +0200)
commitd397e8ca5dd492a1fac2e186e2a8b91ac8e463df
treee6401f7ec1d50df70680e922696eb972b8f33f19
parentef5f7a09a202ba6c3d2021af0b36ee32a18f680f
netifd: Fix printf calls + function declarations.

cppcheck found printf functions with signed instead of unsigned
formats. Fix those as well as some non-matching function
declarations.

Signed-off by: Rosen Penev <rosenp@gmail.com>
device.h
system-dummy.c
system-linux.c
system.h
utils.h