Files
duperemove/duperemove-0.15-buildfail.patch
Dirk Mueller 2b45b409e9 - Update to 0.15:
* Files are no longer invalidated when renamed.
  * The scan phase now reports both files and bytes in its progress,
    which is especially useful when processing large files.
- Add duperemove-0.15-buildfail.patch:
  To fix the build. See #367.
- Add subpackage for zsh completions

OBS-URL: https://build.opensuse.org/package/show/filesystems/duperemove?expand=0&rev=72
2025-02-05 15:54:02 +00:00

18 lines
388 B
Diff

Index: duperemove-0.15/results-tree.h
===================================================================
--- duperemove-0.15.orig/results-tree.h
+++ duperemove-0.15/results-tree.h
@@ -20,11 +20,7 @@
#include <glib.h>
#include "csum.h"
-
-// TODO: delete this
-struct list_head {
- struct list_head *next, *prev;
-};
+#include "list.h"
struct results_tree {
struct rb_root root;