summaryrefslogtreecommitdiff
path: root/Utility
diff options
context:
space:
mode:
Diffstat (limited to 'Utility')
-rw-r--r--Utility/Mounts.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Mounts.hsc b/Utility/Mounts.hsc
index 6b69e844a..0b1468521 100644
--- a/Utility/Mounts.hsc
+++ b/Utility/Mounts.hsc
@@ -28,7 +28,7 @@ import Prelude hiding (catch)
- fields available everywhere. -}
data Mntent = Mntent
{ mnt_fsname :: String
- , mnt_dir :: String
+ , mnt_dir :: FilePath
, mnt_type :: String
} deriving (Read, Show, Eq, Ord)