Commit c3ef136d authored by Wayne Davison's avatar Wayne Davison

Call the new name of set_perms(): set_file_attrs().

parent 8eda7a4b
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment