Commit e3c27c2d authored by Zhang Shengju's avatar Zhang Shengju Committed by Stephen Hemminger

utils: add missing return value

Add missing return value to fix warnings
Signed-off-by: default avatarZhang Shengju <zhangshengju@cmss.chinamobile.com>
parent e0f229fb
...@@ -137,7 +137,7 @@ const char *mpls_ntop(int af, const void *addr, char *str, size_t len); ...@@ -137,7 +137,7 @@ const char *mpls_ntop(int af, const void *addr, char *str, size_t len);
int mpls_pton(int af, const char *src, void *addr); int mpls_pton(int af, const char *src, void *addr);
extern int __iproute2_hz_internal; extern int __iproute2_hz_internal;
__get_hz(void); int __get_hz(void);
static __inline__ int get_hz(void) static __inline__ int get_hz(void)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment