aboutsummaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
Diffstat (limited to 'Command')
-rwxr-xr-x[-rw-r--r--]Command/Fsck.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Command/Fsck.hs b/Command/Fsck.hs
index 1c9af0d34..625867a46 100644..100755
--- a/Command/Fsck.hs
+++ b/Command/Fsck.hs
@@ -5,6 +5,8 @@
- Licensed under the GNU GPL version 3 or higher.
-}
+{-# LANGUAGE CPP #-}
+
module Command.Fsck where
import Common.Annex
@@ -28,7 +30,9 @@ import qualified Option
import Types.Key
import Utility.HumanTime
+#if 0
import System.Posix.Process (getProcessID)
+#endif
import Data.Time.Clock.POSIX
import Data.Time
import System.Posix.Types (EpochTime)