Exporting kernel symbols

Ryan Stone rysto32 at gmail.com
Tue Feb 1 04:23:43 UTC 2011


Make sure that your module uses MODULE_DEPEND to note its dependency
on altq.  If altq is loaded as a module the kernel linker will only be
able to resolve symbols from altq if your module uses MODULE_DEPEND
properly.


More information about the freebsd-hackers mailing list