aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cvsps-devel
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2005-07-31 12:28:51 +0800
committernork <nork@FreeBSD.org>2005-07-31 12:28:51 +0800
commitac3d2bdfd0edb71117a5e4106a7a8dc4e0e93a52 (patch)
tree34329d0e31d4f226eebdae57089028245a786d27 /devel/cvsps-devel
parentc68dedfca251fd2829a22f36ac7c5d88bc7c5173 (diff)
downloadfreebsd-ports-gnome-ac3d2bdfd0edb71117a5e4106a7a8dc4e0e93a52.tar.gz
freebsd-ports-gnome-ac3d2bdfd0edb71117a5e4106a7a8dc4e0e93a52.tar.zst
freebsd-ports-gnome-ac3d2bdfd0edb71117a5e4106a7a8dc4e0e93a52.zip
Fix build on 4-stable.
Submitted by: hrs
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