Fix compiling with --enable-debug option

This commit is contained in:
Pavel Tvrdík
2015-11-11 11:46:38 +01:00
committed by Ondrej Zajicek (work)
parent 9ddbfbddf8
commit fce764f90e
+1 -1
View File
@@ -246,7 +246,7 @@ nl_parse_attrs(struct rtattr *a, struct rtattr **k, int ksize)
return 1;
}
static inline ip4_addr rta_get_u32(struct rtattr *a)
static inline u32 rta_get_u32(struct rtattr *a)
{ return *(u32 *) RTA_DATA(a); }
static inline ip4_addr rta_get_ip4(struct rtattr *a)