summaryrefslogtreecommitdiff
path: root/Remote
diff options
context:
space:
mode:
Diffstat (limited to 'Remote')
-rwxr-xr-x[-rw-r--r--]Remote/Rsync.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Remote/Rsync.hs b/Remote/Rsync.hs
index 58b66b74b..63e514199 100644..100755
--- a/Remote/Rsync.hs
+++ b/Remote/Rsync.hs
@@ -5,11 +5,15 @@
- Licensed under the GNU GPL version 3 or higher.
-}
+{-# LANGUAGE CPP #-}
+
module Remote.Rsync (remote) where
import qualified Data.ByteString.Lazy as L
import qualified Data.Map as M
+#if 0
import System.Posix.Process (getProcessID)
+#endif
import Common.Annex
import Types.Remote