Hi!! I want to create a file in /proc which I would be using for some of interprocess communication.
The code snippet is given below. However, it just does not seem to work :((. The code compiles perfectly but the function create_proc_entry returns NULL everytime :(. Is there something I'm missing out on? All suggestions are welcome :) COde: ====== struct proc_dir_entry *entry; char * filename = "spoon"; entry = create_proc_entry(filename,0444,(struct proc_dir_entry *)0); ... Thanks in advance -Shri -- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.