Fix build on openbsd. Thanks, James Cook for the patch.

This commit is contained in:
Joey Hess 2021-02-01 11:56:17 -04:00
parent 6013abe87a
commit 41bf440729
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 11 additions and 0 deletions

View file

@ -10,6 +10,8 @@ git-annex (8.20210128) UNRELEASED; urgency=medium
it were "(foo or bar) and baz)" rather than the intended it were "(foo or bar) and baz)" rather than the intended
"foo and (bar or baz)" "foo and (bar or baz)"
* get: Improve output when failing to get a file fails. * get: Improve output when failing to get a file fails.
* Fix build on openbsd.
Thanks, James Cook for the patch.
-- Joey Hess <id@joeyh.name> Thu, 28 Jan 2021 12:34:32 -0400 -- Joey Hess <id@joeyh.name> Thu, 28 Jan 2021 12:34:32 -0400

View file

@ -17,3 +17,5 @@ index 4a1c55ae9..0c84f67c1 100644
findDirContents :: DirMap -> FilePath -> [FilePath] findDirContents :: DirMap -> FilePath -> [FilePath]
findDirContents dirmap dir = concatMap absolutecontents $ search findDirContents dirmap dir = concatMap absolutecontents $ search
``` ```
> [[done]] --[[Joey]]

View file

@ -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.
"""]]