From: falsifian Date: Sun, 31 Jan 2021 04:56:16 +0000 (+0000) Subject: (no commit message) X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~98^2~90 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7cfa1e61bfed5b147a0963b5e03eef7fc86101db;p=git-annex.git --- 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 cb350e2185..54e3b61d1e 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 @@ -2,6 +2,7 @@ Without this patch, building on OpenBSD fails with a type error in `Utility/DirW I'm running OpenBSD current. This patch is against master (commit 7d18153955). +``` diff --git a/Utility/DirWatcher/Kqueue.hs b/Utility/DirWatcher/Kqueue.hs index 4a1c55ae9..0c84f67c1 100644 --- a/Utility/DirWatcher/Kqueue.hs @@ -15,3 +16,4 @@ index 4a1c55ae9..0c84f67c1 100644 findDirContents :: DirMap -> FilePath -> [FilePath] findDirContents dirmap dir = concatMap absolutecontents $ search +```