utils: add missing return value
Add missing return value to fix warnings Signed-off-by: Zhang Shengju <zhangshengju@cmss.chinamobile.com>
This commit is contained in:
parent
e0f229fb75
commit
e3c27c2db6
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue