summaryrefslogtreecommitdiffstats
path: root/tcpip/rip98d.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcpip/rip98d.c')
-rw-r--r--tcpip/rip98d.c2
1 files changed, 1 insertions, 1 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;