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