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
This commit is contained in:
Eric Andersen
2000-07-05 19:29:59 +00:00
parent f7cf2f7ef9
commit 89bc256c94
5 changed files with 0 additions and 25 deletions

View File

@@ -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);