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
- Lines: 9
- Date:
2004-04-14 06:05:41.000000000 -0700
- Orig file:
linux-2.4.25/net/ipv6/ndisc.c
- Orig date:
2003-11-28 10:26:21.000000000 -0800
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)