From d397e8ca5dd492a1fac2e186e2a8b91ac8e463df Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 25 Jun 2017 17:18:06 -0700 Subject: 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 --- system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system.h') diff --git a/system.h b/system.h index c8ddbad..1a3d023 100644 --- a/system.h +++ b/system.h @@ -216,6 +216,6 @@ time_t system_get_rtime(void); void system_fd_set_cloexec(int fd); -int system_update_ipv6_mtu(struct device *device, int mtu); +int system_update_ipv6_mtu(struct device *dev, int mtu); #endif -- cgit v1.2.1