patch-2.4.0-test10 linux/net/netlink/netlink_dev.c
Next file: linux/net/netrom/af_netrom.c
Previous file: linux/net/netlink/af_netlink.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Oct 16 12:58:51 2000
- Orig file:
v2.4.0-test9/linux/net/netlink/netlink_dev.c
- Orig date:
Wed Jul 12 21:58:44 2000
diff -u --recursive --new-file v2.4.0-test9/linux/net/netlink/netlink_dev.c linux/net/netlink/netlink_dev.c
@@ -31,7 +31,7 @@
#include <asm/system.h>
#include <asm/uaccess.h>
-static unsigned open_map = 0;
+static unsigned open_map;
static struct socket *netlink_user[MAX_LINKS];
/*
@@ -178,7 +178,7 @@
release: netlink_release,
};
-static devfs_handle_t devfs_handle = NULL;
+static devfs_handle_t devfs_handle;
static void __init make_devfs_entries (const char *name, int minor)
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)