Skip to content

Commit

Permalink
Call the new name of set_perms(): set_file_attrs().
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne Davison committed Jan 29, 2006
1 parent 8eda7a4 commit c3ef136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ static int keep_backup(char *fname)
robust_unlink(fname); /* Just in case... */
}
}
set_perms(buf, file, NULL, 0);
set_file_attrs(buf, file, NULL, 0);
free(file);

if (verbose > 1) {
Expand Down

0 comments on commit c3ef136

Please sign in to comment.