diff --git a/CHANGELOG b/CHANGELOG index 68da7273a5..c057369320 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,6 +10,8 @@ git-annex (8.20210128) UNRELEASED; urgency=medium it were "(foo or bar) and baz)" rather than the intended "foo and (bar or baz)" * get: Improve output when failing to get a file fails. + * Fix build on openbsd. + Thanks, James Cook for the patch. -- Joey Hess Thu, 28 Jan 2021 12:34:32 -0400 diff --git a/doc/bugs/__91__PATCH__93___OpenBSD__58___fix_Utility.DirWatcher.Kqueue.mdwn b/doc/bugs/__91__PATCH__93___OpenBSD__58___fix_Utility.DirWatcher.Kqueue.mdwn index 54e3b61d1e..aca1aa1a72 100644 --- a/doc/bugs/__91__PATCH__93___OpenBSD__58___fix_Utility.DirWatcher.Kqueue.mdwn +++ b/doc/bugs/__91__PATCH__93___OpenBSD__58___fix_Utility.DirWatcher.Kqueue.mdwn @@ -17,3 +17,5 @@ index 4a1c55ae9..0c84f67c1 100644 findDirContents :: DirMap -> FilePath -> [FilePath] findDirContents dirmap dir = concatMap absolutecontents $ search ``` + +> [[done]] --[[Joey]] diff --git a/doc/bugs/__91__PATCH__93___OpenBSD__58___fix_Utility.DirWatcher.Kqueue/comment_2_c8dbc12d0a8deaf12b716e39139c70ae._comment b/doc/bugs/__91__PATCH__93___OpenBSD__58___fix_Utility.DirWatcher.Kqueue/comment_2_c8dbc12d0a8deaf12b716e39139c70ae._comment new file mode 100644 index 0000000000..6e95fbc28b --- /dev/null +++ b/doc/bugs/__91__PATCH__93___OpenBSD__58___fix_Utility.DirWatcher.Kqueue/comment_2_c8dbc12d0a8deaf12b716e39139c70ae._comment @@ -0,0 +1,7 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2021-02-01T15:54:22Z" + content=""" +Thank you, I've applied that. +"""]]