From ecbc1398b8c78b53ad0851f4449b6a4058f197a5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 20:40:54 +0200 Subject: Refreshing overlayfs.patch. Signed-off-by: Daniel Baumann --- debian/patches/progress-linux/0001-overlayfs.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/patches/progress-linux/0001-overlayfs.patch b/debian/patches/progress-linux/0001-overlayfs.patch index 570ab73..8d6430b 100644 --- a/debian/patches/progress-linux/0001-overlayfs.patch +++ b/debian/patches/progress-linux/0001-overlayfs.patch @@ -7,7 +7,7 @@ Description: Fallback on /bin/mv when rename syscall fails with EXDEV (Closes: # diff -Naurp dpkg.orig/src/main/archives.c dpkg/src/main/archives.c --- dpkg.orig/src/main/archives.c +++ dpkg/src/main/archives.c -@@ -1043,6 +1043,25 @@ tarobject(struct tar_archive *tar, struc +@@ -1040,6 +1040,25 @@ tarobject(struct tar_archive *tar, struc if (rename(fnamevb.buf,fnametmpvb.buf)) ohshite(_("unable to move aside '%.255s' to install new version"), ti->name); @@ -31,5 +31,5 @@ diff -Naurp dpkg.orig/src/main/archives.c dpkg/src/main/archives.c + } + } } else if (S_ISLNK(stab.st_mode)) { - ssize_t symlink_len; + ssize_t linksize; int rc; -- cgit v1.2.3