]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(verbose_usage): Remove function. Move contents into usage.
authorJim Meyering <jim@meyering.net>
Sun, 14 Apr 2002 07:47:44 +0000 (07:47 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 14 Apr 2002 07:47:44 +0000 (07:47 +0000)
commit7c3982f666fe91813f3217a7be1000d42d7b2a29
tree7cdbc6d4318b997aa42e724c62b78216b1e95de1
parentb6e520d478ffb00e5f65ec56238b8a30afc9b6a6
(verbose_usage): Remove function.  Move contents into usage.
Remove lots of #if directives involving FLASK_LINUX
[!FLASK_LINUX] (is_flask_enabled): Define.
(stat_secure, lstat_secure): Define.
(print_statfs): Remove lots of nested #if directives.
Instead, rely on support fo %llu and %lld printf formats --
but that is only temporary, since it's not porable enough.
(main): Hoist is_flask_enabled test to be done here, rather
than in each of do_stat and do_statfs for every argument.
src/stat.c