stub out POSIX stuff
This commit is contained in:
parent
e5f1ca7b4b
commit
6c74a42cc6
17 changed files with 128 additions and 0 deletions
4
Command/Fsck.hs
Normal file → Executable file
4
Command/Fsck.hs
Normal file → Executable file
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue