git-annex now builds on Windows (doesn't work)
This commit is contained in:
parent
3a7eb68c1a
commit
3c7e30a295
52 changed files with 319 additions and 64 deletions
3
Utility/InodeCache.hs
Normal file → Executable file
3
Utility/InodeCache.hs
Normal file → Executable file
|
@ -8,7 +8,8 @@
|
|||
module Utility.InodeCache where
|
||||
|
||||
import Common
|
||||
import System.Posix.Types
|
||||
import System.PosixCompat.Types
|
||||
import System.PosixCompat.Files
|
||||
import Utility.QuickCheck
|
||||
|
||||
data InodeCachePrim = InodeCachePrim FileID FileOffset EpochTime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue