summaryrefslogtreecommitdiff
path: root/sysutils/rdup/files/patch-rdup-tr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/rdup/files/patch-rdup-tr.c')
-rw-r--r--sysutils/rdup/files/patch-rdup-tr.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/rdup/files/patch-rdup-tr.c b/sysutils/rdup/files/patch-rdup-tr.c
new file mode 100644
index 000000000000..3fb4401a8e3a
--- /dev/null
+++ b/sysutils/rdup/files/patch-rdup-tr.c
@@ -0,0 +1,12 @@
+--- ./rdup-tr.c.orig 2010-04-04 13:23:22.000000000 -0700
++++ ./rdup-tr.c 2010-04-08 20:21:36.000000000 -0700
+@@ -100,7 +100,8 @@
+ struct archive_entry *entry;
+ struct stat *s;
+ struct rdup *rdup_entry = NULL;
+- GSList *hlinks, *hl = NULL;
++ GSList *hlinks = NULL;
++ GSList *hl = NULL;
+ GHashTable *trhash; /* look up for encrypted/decrypted strs */
+
+ delim = '\n';