K 10 svn:author V 3 jdp K 8 svn:date V 27 1996-05-22T06:34:12.000000Z K 7 svn:log V 397 When checking to see whether a needed shared library has already been loaded, look for a match by device and inode number if the traditional pathname comparisons don't find a match. This detects the case in which a library is requested using two different names which are really links to the same file, and avoids loading it twice. Requested by: peter@freebsd.org Reviewed by: peter@freebsd.org END