From: Joey Hess Date: Tue, 10 Mar 2020 17:50:46 +0000 (-0400) Subject: fix builds build X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~122^2~120 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a9d56a1abd4a1d7667a39684b1a746dca74104c7;p=git-annex.git fix builds build --- diff --git a/Remote/Helper/Hooks.hs b/Remote/Helper/Hooks.hs index 5d23e0c06b..2b455f15bb 100644 --- a/Remote/Helper/Hooks.hs +++ b/Remote/Helper/Hooks.hs @@ -17,9 +17,7 @@ import Types.CleanupActions import qualified Annex import Annex.LockFile import Annex.LockPool -#ifndef mingw32_HOST_OS import Annex.Perms -#endif {- Modifies a remote's access functions to first run the - annex-start-command hook, and trigger annex-stop-command on shutdown.