patch-2.4.26 linux-2.4.26/net/ipv6/ndisc.c

Next file: linux-2.4.26/net/ipv6/netfilter/ip6_tables.c
Previous file: linux-2.4.26/net/ipv6/mcast.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.25/net/ipv6/ndisc.c linux-2.4.26/net/ipv6/ndisc.c
@@ -1002,7 +1002,7 @@
 	 */
 
 	if (in6_dev->nd_parms) {
-		__u32 rtime = ntohl(ra_msg->retrans_timer);
+		unsigned long rtime = ntohl(ra_msg->retrans_timer);
 
 		if (rtime && rtime/1000 < MAX_SCHEDULE_TIMEOUT/HZ) {
 			rtime = (rtime*HZ)/1000;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)