summaryrefslogtreecommitdiffstats
path: root/tcpip/rip98r.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcpip/rip98r.c')
-rw-r--r--tcpip/rip98r.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tcpip/rip98r.c b/tcpip/rip98r.c
index 25cb546..9a623ff 100644
--- a/tcpip/rip98r.c
+++ b/tcpip/rip98r.c
@@ -82,7 +82,8 @@ void receive_routes(int s)
unsigned long int netmask;
unsigned long int network;
int bits, metric;
- int size, found, matched;
+ int found, matched;
+ socklen_t size;
int mess_len;
int i;