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 eb4a528..f98be6f 100644
--- a/tcpip/rip98d.c
+++ b/tcpip/rip98d.c
@@ -99,7 +99,7 @@ unsigned int mask2bits(unsigned int mask)
return 0;
}
-unsigned long int bits2mask(unsigned int bits)
+unsigned int bits2mask(unsigned int bits)
{
struct mask_struct *t;