diff options
Diffstat (limited to 'Utility/Lsof.hs')
-rw-r--r-- | Utility/Lsof.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Lsof.hs b/Utility/Lsof.hs index 2c312a461..8db514d79 100644 --- a/Utility/Lsof.hs +++ b/Utility/Lsof.hs @@ -56,7 +56,7 @@ query opts = type LsofParser = String -> [(FilePath, LsofOpenMode, ProcessInfo)] parse :: LsofParser -#ifdef WITH_ANDROID +#ifdef __ANDROID__ parse = parseDefault #else parse = parseFormatted |