patch-2.1.11 linux/net/ax25/sysctl_net_ax25.c
Next file: linux/net/bridge/br.c
Previous file: linux/net/ax25/ax25_timer.c
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Sat Nov 16 14:17:53 1996
- Orig file:
v2.1.10/linux/net/ax25/sysctl_net_ax25.c
- Orig date:
Tue Nov 12 15:56:15 1996
diff -u --recursive --new-file v2.1.10/linux/net/ax25/sysctl_net_ax25.c linux/net/ax25/sysctl_net_ax25.c
@@ -10,9 +10,9 @@
#include <net/ax25.h>
static int min_ax25[] = {0, 0, 0, 0, 0, 1, 1, 1 * PR_SLOWHZ, 1 * PR_SLOWHZ,
- 0 * PR_SLOWHZ, 0 * PR_SLOWHZ, 1, 1, 0x00, 1};
+ 0 * PR_SLOWHZ, 0 * PR_SLOWHZ, 1, 1, 1, 0x00};
static int max_ax25[] = {1, 1, 1, 1, 1, 7, 63, 30 * PR_SLOWHZ, 20 * PR_SLOWHZ,
- 3600 * PR_SLOWHZ, 65535 * PR_SLOWHZ, 31, 512, 0x03, 20};
+ 3600 * PR_SLOWHZ, 65535 * PR_SLOWHZ, 31, 512, 20, 0x03};
static struct ctl_table_header *ax25_table_header;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov