patch-2.4.2 linux/net/ax25/sysctl_net_ax25.c

Next file: linux/net/bridge/br_private.h
Previous file: linux/net/ax25/ax25_in.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.1/linux/net/ax25/sysctl_net_ax25.c linux/net/ax25/sysctl_net_ax25.c
@@ -27,8 +27,8 @@
 
 static struct ctl_table_header *ax25_table_header;
 
-static ctl_table *ax25_table = NULL;
-static int ax25_table_size   = 0;
+static ctl_table *ax25_table;
+static int ax25_table_size;
 
 static ctl_table ax25_dir_table[] = {
 	{NET_AX25, "ax25", NULL, 0, 0555, NULL},

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)