diff options
author | Joey Hess <joey@kitenet.net> | 2012-12-14 16:28:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-12-14 16:28:27 -0400 |
commit | 91f588ab62abedafa53b0b4432f811d0974cf979 (patch) | |
tree | 45472bdc0dd3c12f1bc86384238fcb437f26e7e5 /doc | |
parent | 3780a5eb0a01e3d31fc0de2410f7b01518710a0e (diff) |
kqueue: Fix bug that made broken symlinks not be noticed.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/assistant_not_noticing_file_renames__44___not_fixing_files.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bugs/assistant_not_noticing_file_renames__44___not_fixing_files.mdwn b/doc/bugs/assistant_not_noticing_file_renames__44___not_fixing_files.mdwn index 4c92623f8..d009b55cd 100644 --- a/doc/bugs/assistant_not_noticing_file_renames__44___not_fixing_files.mdwn +++ b/doc/bugs/assistant_not_noticing_file_renames__44___not_fixing_files.mdwn @@ -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]] |