commit | c054b21f7d0420b1f8f8100a17fb14de9c947ef2 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Sat Nov 27 17:41:29 1999 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Sat Nov 27 17:41:29 1999 +0000 |
tree | 599c2eab6746d664fcb766c345147c4b81d82cf7 | |
parent | 4c78147755fa3193269d665cae49410f529b2094 [diff] [blame] |
Stuf
diff --git a/df.c b/df.c index 8b8db78..1404e96 100644 --- a/df.c +++ b/df.c
@@ -103,9 +103,7 @@ } while ((mountEntry = getmntent(mountTable))) { - int status = df(mountEntry->mnt_fsname, mountEntry->mnt_dir); - if (status) - exit( status); + df(mountEntry->mnt_fsname, mountEntry->mnt_dir); } endmntent(mountTable); }