diff options
author | Jim Meyering <meyering@redhat.com> | 2009-08-31 18:26:16 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-09-01 12:10:07 +0200 |
commit | b2c30136dce9d9cb14afc1431f83b8e4bf75ee0a (patch) | |
tree | b613464e726cddc189c9ff181ede8209210c0c11 /src/dcgen | |
parent | e3b14643f49573b23f707e124374e0065119a3e6 (diff) | |
download | coreutils-b2c30136dce9d9cb14afc1431f83b8e4bf75ee0a.tar.xz |
maint: chown, chgrp, chmod, chcon: remove unnecessary initialization
* src/chown-core.c: Include "ignore-value.h".
(change_file_owner): Don't set "ent" only to ignore it.
* src/chcon.c (process_file): Likewise.
* src/chmod.c: Include "ignore-value.h".
(process_file): Don't set "ent" only to ignore it.
After diagnosing root-dev/ino failure, return false immediately:
Now that we don't set "ent" we must be sure not to use it uninitialized,
and there's no point in issuing --verbose-related output in this case.
Diffstat (limited to 'src/dcgen')
0 files changed, 0 insertions, 0 deletions