aboutsummaryrefslogtreecommitdiff
path: root/devel/cvsps-devel
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2005-07-31 04:28:51 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2005-07-31 04:28:51 +0000
commit2627c74b7e6eb6066a1221a155add52cb630affa (patch)
treec48fec2168ed16c4c7ad0713db6ed66f9c230785 /devel/cvsps-devel
parent765a8b5885b8e6c9476d7972722e439c686e5fb7 (diff)
downloadports-2627c74b7e6eb6066a1221a155add52cb630affa.tar.gz
ports-2627c74b7e6eb6066a1221a155add52cb630affa.zip
Notes
Diffstat (limited to 'devel/cvsps-devel')
-rw-r--r--devel/cvsps-devel/files/patch-cvsps.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/cvsps-devel/files/patch-cvsps.c b/devel/cvsps-devel/files/patch-cvsps.c
new file mode 100644
index 000000000000..47b5bd155052
--- /dev/null
+++ b/devel/cvsps-devel/files/patch-cvsps.c
@@ -0,0 +1,13 @@
+--- cvsps.c.orig Sun Jul 31 13:23:28 2005
++++ cvsps.c Sun Jul 31 13:23:36 2005
+@@ -2550,9 +2550,9 @@
+
+ for (next = ps->members.next; next != &ps->members; next = next->next)
+ {
++ int d1, d2;
+ PatchSetMember * psm = list_entry(next, PatchSetMember, link);
+ rev = psm->pre_rev;
+- int d1, d2;
+
+ /* the reason this is at all complicated has to do with a
+ * branch off of a branch. it is possible (and indeed