OsPath transition Windows build fixes
This gets it building on Windows again, with 1 test suite failure (addurl). Sponsored-by: Kevin Mueller
This commit is contained in:
parent
9dc43396b3
commit
a149336a59
23 changed files with 58 additions and 62 deletions
|
@ -158,7 +158,7 @@ checkDaemon pidfile = maybe (return Nothing) (check . readish)
|
|||
where
|
||||
check Nothing = return Nothing
|
||||
check (Just pid) = do
|
||||
v <- lockShared =<< winLockFile pid (fromOsPath pidfile)
|
||||
v <- lockShared =<< winLockFile pid pidfile
|
||||
case v of
|
||||
Just h -> do
|
||||
dropLock h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue