* removed hack to disable dircache for DragonFly BSD now that its dirent

handling has been fixed

git-svn-id: trunk@32707 -
This commit is contained in:
Jonas Maebe 2015-12-24 10:54:53 +00:00
parent f8f03ac4ad
commit 8f645fdc83

View File

@ -23,9 +23,7 @@ unit cfileutl;
{$i fpcdefs.inc}
{$ifndef DragonFly}
{$define usedircache}
{$endif DragonFly}
interface