diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ipv4.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ ipv4_class_mask(u32 a) int ip_pton(char *a, ip_addr *o) { - int i,j; + int i; unsigned long int l; u32 ia = 0; |
index : bird | ||
[no description] | Matthias Schiffer <mschiffer@universe-factory.net> |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | lib/ipv4.c | 2 |
@@ -72,7 +72,7 @@ ipv4_class_mask(u32 a) int ip_pton(char *a, ip_addr *o) { - int i,j; + int i; unsigned long int l; u32 ia = 0; |