patch-2.1.44 linux/net/x25/sysctl_net_x25.c

Next file: linux/net/x25/x25_dev.c
Previous file: linux/net/x25/af_x25.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.43/linux/net/x25/sysctl_net_x25.c linux/net/x25/sysctl_net_x25.c
@@ -13,8 +13,8 @@
 #include <linux/init.h>
 #include <net/x25.h>
 
-static int min_timer[] = {1   * X25_SLOWHZ};
-static int max_timer[] = {300 * X25_SLOWHZ};
+static int min_timer[] = {1   * HZ};
+static int max_timer[] = {300 * HZ};
 
 static struct ctl_table_header *x25_table_header;
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov