K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-02-08T06:36:08.000000Z K 7 svn:log V 324 Use lstat(2) rather than stat(2) in isdir(), so that a symlink to a directory is not considered a directory. I have a feeling all the other stat(2) calls should instead be lstat(2) calls, but I have not suffiently determined that the current behavior [especially in isfile()] isn't depended upon by someone. Ok'ed by: JKH END