K 10 svn:author V 6 brooks K 8 svn:date V 27 2012-09-19T19:59:15.341302Z K 7 svn:log V 362 FreeBSD porting tweaks: - The compat function in fts_open takes (const FTSENT * const *) arguments in FreeBSD rather than the historic (const FTSENT **). - __dead is spelled __dead2 here. - Include sys/stat.h rather than picking it up via namespace polution. - Add a way to disable SHA384 since we don't have it. - Don't double declare the sflag extern. END