From: Jim Meyering Date: Fri, 8 Mar 1996 02:25:40 +0000 (+0000) Subject: (main): Tell read_filesystem_list that it should determine file system type X-Git-Tag: FILEUTILS-3_12j~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff6400a0189ecef71fafa653a48654497d4ab421;p=thirdparty%2Fcoreutils.git (main): Tell read_filesystem_list that it should determine file system type when the user specifies --print-type or -T. From Michael Rendell --- diff --git a/src/df.c b/src/df.c index 6badc6510f..38f08cd083 100644 --- a/src/df.c +++ b/src/df.c @@ -280,7 +280,9 @@ main (int argc, char **argv) } mount_list = - read_filesystem_list ((fs_select_list != NULL || fs_exclude_list != NULL), + read_filesystem_list ((fs_select_list != NULL + || fs_exclude_list != NULL + || print_type), show_all_fs); if (mount_list == NULL)