freebsd-ports/devel/cvsps-devel/files/patch-cvsps.c
Beech Rintoul 93c1064754 - Upgrade to 2.2b1
- Bring the Makefile in sync with the stable devel/cvsps port.
- Fix CONFLICTS=

PR:		ports/129624
Submitted by:	Yarema <yds@CoolRat.org>
2008-12-14 07:25:54 +00:00

12 lines
451 B
C

--- cvsps.c.orig 2008-04-01 21:18:44.000000000 -0400
+++ cvsps.c 2008-04-01 21:18:44.000000000 -0400
@@ -2575,8 +2575,8 @@
for (next = ps->members.next; next != &ps->members; next = next->next)
{
PatchSetMember * psm = list_entry(next, PatchSetMember, link);
- rev = psm->pre_rev;
int d1, d2;
+ rev = psm->pre_rev;
/* the reason this is at all complicated has to do with a
* branch off of a branch. it is possible (and indeed