[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
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
2 matches
Mail list logo