summaryrefslogtreecommitdiff
path: root/Command/Fsck.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <id@joeyh.name>2013-05-10 16:29:59 -0500
committerGravatar Joey Hess <id@joeyh.name>2013-05-10 16:29:59 -0500
commit5d0476bf59674b39fa6bad7e4446b5c741181143 (patch)
tree67897681b96fb9e79990033822e1a645de1f96a7 /Command/Fsck.hs
parent812f7d6c564e297b67850f2aa4751141a8f68e99 (diff)
stub out POSIX stuff
Diffstat (limited to 'Command/Fsck.hs')
-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)