diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-05 19:29:59 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-05 19:29:59 +0000 |
commit | 89bc256c9480a137a2286b5b16ff4207e35659e5 (patch) | |
tree | ce9511f09c0da7277cf44f38197b8548b9c79aa0 /df.c | |
parent | f7cf2f7ef98077c59e4da4bc25de38c22174ac9d (diff) | |
download | busybox-w32-89bc256c9480a137a2286b5b16ff4207e35659e5.tar.gz busybox-w32-89bc256c9480a137a2286b5b16ff4207e35659e5.tar.bz2 busybox-w32-89bc256c9480a137a2286b5b16ff4207e35659e5.zip |
Remove misguided klude around for 2.4.x-test* brokenness. Al Viro
will be removing this stuff from /proc/mounts real soon now I am assured.
-Erik
Diffstat (limited to 'df.c')
-rw-r--r-- | df.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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); |