Patch from Denis Vlasenko to add xstat() and use it.
This commit is contained in:
parent
965030e35a
commit
c5b1d4d6b1
12 changed files with 26 additions and 25 deletions
|
@ -105,9 +105,7 @@ int uuencode_main(int argc, char **argv)
|
|||
switch (argc - optind) {
|
||||
case 2:
|
||||
src_stream = bb_xfopen(argv[optind], "r");
|
||||
if (stat(argv[optind], &stat_buf) < 0) {
|
||||
bb_perror_msg_and_die("stat");
|
||||
}
|
||||
xstat(argv[optind], &stat_buf);
|
||||
mode = stat_buf.st_mode & (S_IRWXU | S_IRWXG | S_IRWXO);
|
||||
if (src_stream == stdout) {
|
||||
puts("NULL");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue