From c3ef136d41a9981433c1234c55f1ea76cd35d2f1 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 29 Jan 2006 20:30:12 +0000 Subject: [PATCH] Call the new name of set_perms(): set_file_attrs(). --- backup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.34.1