K 10 svn:author V 5 brian K 8 svn:date V 27 2002-04-10T01:13:57.000000Z K 7 svn:log V 405 Change linker_reference_module() so that it's passed a struct mod_depend * (which may be NULL). The only consumer of this function at the moment is digi_loadmoduledata(), and that passes a NULL mod_depend *. In linker_reference_module(), check to see if we've already got the required module loaded. If we have, bump the reference count and return that, otherwise continue the module search as normal. END