Re: The 2.4 /proc module change

2001-05-03 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: > > In the old 2.x kernels, a /proc module registers itself through > proc_register(&proc_root, &proc_self) and unregister itself through > proc_unregister(&proc_root, inode) Use create_proc[_read]_entry and remove_proc_entry instead... create_proc_read_entry was added

The 2.4 /proc module change

2001-05-03 Thread afei
In the old 2.x kernels, a /proc module registers itself through proc_register(&proc_root, &proc_self) and unregister itself through proc_unregister(&proc_root, inode) But in the 2.4.x kernels, proc_register and proc_unregister are no longer available. Compilation yields "implicit declaration of