patch-2.4.0-test3 linux/net/netlink/netlink_dev.c
Next file: linux/net/netrom/nr_route.c
Previous file: linux/net/netlink/af_netlink.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Jun 29 18:25:52 2000
- Orig file:
v2.4.0-test2/linux/net/netlink/netlink_dev.c
- Orig date:
Fri Jun 23 21:55:24 2000
diff -u --recursive --new-file v2.4.0-test2/linux/net/netlink/netlink_dev.c linux/net/netlink/netlink_dev.c
@@ -190,7 +190,7 @@
printk(KERN_ERR "netlink: unable to get major %d\n", NETLINK_MAJOR);
return -EIO;
}
- devfs_handle = devfs_mk_dir (NULL, "netlink", 7, NULL);
+ devfs_handle = devfs_mk_dir (NULL, "netlink", NULL);
/* Someone tell me the official names for the uppercase ones */
make_devfs_entries ("route", 0);
make_devfs_entries ("skip", 1);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)