patch-2.3.30 linux/net/irda/irproc.c
Next file: linux/net/khttpd/datasending.c
Previous file: linux/net/core/neighbour.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sat Nov 27 15:27:49 1999
- Orig file:
v2.3.29/linux/net/irda/irproc.c
- Orig date:
Tue Nov 23 22:42:21 1999
diff -u --recursive --new-file v2.3.29/linux/net/irda/irproc.c linux/net/irda/irproc.c
@@ -66,7 +66,7 @@
{
int i;
- proc_irda = create_proc_entry("net/irda", S_IFDIR, NULL);
+ proc_irda = proc_mkdir("net/irda", NULL);
proc_irda->owner = THIS_MODULE;
for (i=0;i<IRDA_ENTRIES_NUM;i++)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)