diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/df.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/coreutils/df.c b/coreutils/df.c index 8d457ec37..ba3227f30 100644 --- a/coreutils/df.c +++ b/coreutils/df.c | |||
@@ -103,9 +103,6 @@ extern int df_main(int argc, char **argv) | |||
103 | } | 103 | } |
104 | 104 | ||
105 | while ((mountEntry = getmntent(mountTable))) { | 105 | while ((mountEntry = getmntent(mountTable))) { |
106 | if (strcmp(mountEntry->mnt_fsname, "none") == 0) { | ||
107 | continue; | ||
108 | } | ||
109 | df(mountEntry->mnt_fsname, mountEntry->mnt_dir); | 106 | df(mountEntry->mnt_fsname, mountEntry->mnt_dir); |
110 | } | 107 | } |
111 | endmntent(mountTable); | 108 | endmntent(mountTable); |