From 5d0476bf59674b39fa6bad7e4446b5c741181143 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 10 May 2013 16:29:59 -0500 Subject: stub out POSIX stuff --- Utility/LogFile.hs | 4 ++++ 1 file changed, 4 insertions(+) mode change 100644 => 100755 Utility/LogFile.hs (limited to 'Utility/LogFile.hs') diff --git a/Utility/LogFile.hs b/Utility/LogFile.hs old mode 100644 new mode 100755 index 1ff3006fe..d608cd798 --- a/Utility/LogFile.hs +++ b/Utility/LogFile.hs @@ -5,11 +5,15 @@ - Licensed under the GNU GPL version 3 or higher. -} +{-# LANGUAGE CPP #-} + module Utility.LogFile where import Common +#if 0 import System.Posix +#endif openLog :: FilePath -> IO Fd openLog logfile = do -- cgit v1.2.3