aboutsummaryrefslogtreecommitdiff
path: root/df.c
diff options
context:
space:
mode:
Diffstat (limited to 'df.c')
-rw-r--r--df.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/df.c b/df.c
index 8d457ec37..ba3227f30 100644
--- a/df.c
+++ b/df.c
@@ -103,9 +103,6 @@ extern int df_main(int argc, char **argv)
}
while ((mountEntry = getmntent(mountTable))) {
- if (strcmp(mountEntry->mnt_fsname, "none") == 0) {
- continue;
- }
df(mountEntry->mnt_fsname, mountEntry->mnt_dir);
}
endmntent(mountTable);