patch-2.1.30 linux/net/netrom/nr_timer.c
Next file: linux/net/netsyms.c
Previous file: linux/net/netrom/nr_route.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Mar 20 18:17:15 1997
- Orig file:
v2.1.29/linux/net/netrom/nr_timer.c
- Orig date:
Sun Feb 2 05:18:52 1997
diff -u --recursive --new-file v2.1.29/linux/net/netrom/nr_timer.c linux/net/netrom/nr_timer.c
@@ -55,7 +55,7 @@
sk->timer.data = (unsigned long)sk;
sk->timer.function = &nr_timer;
- sk->timer.expires = jiffies+10;
+ sk->timer.expires = jiffies + (HZ / 10);
add_timer(&sk->timer);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov