kqueue: Fix bug that made broken symlinks not be noticed.

This commit is contained in:
Joey Hess 2012-12-14 16:28:27 -04:00
parent 82617b92e9
commit 3b54c1d3e4
3 changed files with 10 additions and 2 deletions

View file

@ -63,4 +63,6 @@ One compiled using cabal from checkout 739c937
Please provide any additional information below.
> [[fixed|done]]; this turned out to be an kqueue specific bug,
> the kqueue code statted new files, but that files for a broken symlink.
> Using lstat instead fixed this. --[[Joey]]