From: Wayne Davison Date: Sun, 29 Jan 2006 20:30:12 +0000 (+0000) Subject: Call the new name of set_perms(): set_file_attrs(). X-Git-Tag: v2.6.7pre1~144 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c3ef136d41a9981433c1234c55f1ea76cd35d2f1;p=thirdparty%2Frsync.git Call the new name of set_perms(): set_file_attrs(). --- diff --git a/backup.c b/backup.c index 11011cfd..e5b83848 100644 --- a/backup.c +++ b/backup.c @@ -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) {