From 89bc256c9480a137a2286b5b16ff4207e35659e5 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 5 Jul 2000 19:29:59 +0000 Subject: 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 --- df.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'df.c') 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); -- cgit v1.2.3