On Thu, Jun 27, 2002 at 03:41:14PM -0700, Karthik M wrote: > #insmod procfs.o > procfs.o: unresolved symbol proc_register > procfs.o: unresolved symbol proc_unregister Yeah, this looks familiar. Search around for these symbols in the source code[1], perhaps you need to #include a new header. More likely, the symbols are renamed. If you don't find them, look in the proc headers, maybe you can find functions that work similarly enuogh. :) [1]: grep, cscope, lxr, ctags, etags, ... all sorts of options. :) -- http://sardonix.org/
Attachment:
pgp00109.pgp
Description: PGP signature