(show_all_fs):
authorJim Meyering <jim@meyering.net>
Wed, 29 Jul 1998 04:01:29 +0000 (04:01 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 29 Jul 1998 04:01:29 +0000 (04:01 +0000)
commit6a9aa3cf984f61de844a9dc5b72e395b0e768d0a
treebafe04a3559f43cb82ad625a9bf4cecc6a06e7a7
parent3cf7eece6f12bafa718c5856eac8304156609ced
(show_all_fs):
Revert to boolean value; the old negative value is
now in show_local_fs.
(show_local_fs): New variable.
(show_dev): New args me_dummy and me_class.  Use show_local_fs
and boolean show_all_fs in combination with these new args
to decide whether to show a device.
(show_disk): Pass flags to show_dev.
(show_point): Use a non-dummy mount entry if possible.
(show_all_entries): Pass flags to show_dev.
(main): --local sets show_local_fs now.  Ask for file system types if
show_local_fs is nonzero, since ME_REMOTE might need them.

From Paul.
src/df.c