summaryrefslogtreecommitdiffstats
path: root/system/extundelete/extundelete-e2fsprogs-1.44.1.patch
diff options
context:
space:
mode:
author Matteo Bernardini2019-03-16 09:12:52 +0100
committer Matteo Bernardini2019-03-16 09:12:52 +0100
commit58138e58b616963259656dc6620dbed5ff34ea5e (patch)
tree4d5c27760f69a2f40ea00e3a6c88924a7653e056 /system/extundelete/extundelete-e2fsprogs-1.44.1.patch
parent939398f023ffa345d4c394d0b7d870f9b8071ac8 (diff)
downloadslackbuilds-current-20190316.1.tar.gz
20190316.1 global branch merge.current-20190316.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/extundelete/extundelete-e2fsprogs-1.44.1.patch')
-rw-r--r--system/extundelete/extundelete-e2fsprogs-1.44.1.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/system/extundelete/extundelete-e2fsprogs-1.44.1.patch b/system/extundelete/extundelete-e2fsprogs-1.44.1.patch
new file mode 100644
index 0000000000..61c078bfb8
--- /dev/null
+++ b/system/extundelete/extundelete-e2fsprogs-1.44.1.patch
@@ -0,0 +1,12 @@
+diff -ru extundelete-0.2.4.orig/src/insertionops.cc extundelete-0.2.4/src/insertionops.cc
+--- extundelete-0.2.4.orig/src/insertionops.cc 2018-06-04 22:19:22.460051515 +0000
++++ extundelete-0.2.4/src/insertionops.cc 2018-06-04 22:19:49.256717673 +0000
+@@ -33,7 +33,7 @@
+ os << "File flags: " << inode.i_flags << std::endl;
+ os << "File version (for NFS): " << inode.i_generation << std::endl;
+ os << "File ACL: " << inode.i_file_acl << std::endl;
+- os << "Directory ACL: " << inode.i_dir_acl << std::endl;
++ os << "Directory ACL: " << inode.i_size_high << std::endl;
+ os << "Fragment address: " << inode.i_faddr << std::endl;
+ os << "Direct blocks: ";
+ for (int n = 0; n < EXT2_NDIR_BLOCKS; n++)