summarylogtreecommitdiffstats
path: root/restore-rmdir.patch
diff options
context:
space:
mode:
authorPhillip Smith2017-04-18 14:03:39 +1000
committerPhillip Smith2017-04-18 14:03:39 +1000
commitbe4d18f0ae4fecda28df1b1f3322c570025c69c6 (patch)
tree69fc77e3f7607f3e82939f6e190797b5ce5cbe83 /restore-rmdir.patch
parent9806879f8c6f64b9323417591e5410275ad9d74e (diff)
downloadaur-be4d18f0ae4fecda28df1b1f3322c570025c69c6.tar.gz
upgpkg: dump 0.4b46-1
upstream release dump; bump to 0.4b06 (removes all patches)
Diffstat (limited to 'restore-rmdir.patch')
-rw-r--r--restore-rmdir.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/restore-rmdir.patch b/restore-rmdir.patch
deleted file mode 100644
index 45566f966171..000000000000
--- a/restore-rmdir.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- restore/restore.c 2015-01-19 10:50:21.629933524 +1100
-+++ restore/restore.c 2015-01-19 10:51:09.219934850 +1100
-@@ -593,7 +593,7 @@
- if (np->e_type == LEAF) {
- removeleaf(np);
- freeentry(np);
-- } else {
-+ } else if (np->e_ino != 0) {
- np->e_flags |= TMPNAME;
- deleteino(np->e_ino);
- np->e_next = removelist;