summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tcpip/rip98d.c2
-rw-r--r--tcpip/rip98d.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tcpip/rip98d.c b/tcpip/rip98d.c
index c0543d0..eb4a528 100644
--- a/tcpip/rip98d.c
+++ b/tcpip/rip98d.c
@@ -88,7 +88,7 @@ static void terminate(int sig)
exit(0);
}
-unsigned int mask2bits(unsigned long int mask)
+unsigned int mask2bits(unsigned int mask)
{
struct mask_struct *t;
diff --git a/tcpip/rip98d.h b/tcpip/rip98d.h
index fc4ef8f..8a7a417 100644
--- a/tcpip/rip98d.h
+++ b/tcpip/rip98d.h
@@ -48,7 +48,7 @@ extern int route_restrict;
extern int logging;
/* In rip98d.c */
-extern unsigned int mask2bits(unsigned long int);
+extern unsigned int mask2bits(unsigned int);
extern unsigned long int bits2mask(unsigned int);
/* In rip98t.c */