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

@ -17,3 +17,5 @@ index 4a1c55ae9..0c84f67c1 100644
findDirContents :: DirMap -> FilePath -> [FilePath]
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.
"""]]