ports/devel/cvsps-devel/files/patch-cvsps.c
Renato Botelho a6747459a6 devel/cvsps-devel:
* Regenerate patches with make makepatch
* Remove dead MASTER_SITES and unbreak it
* Take maintainership
2019-10-14 18:41:24 +00:00

12 lines
458 B
C

--- cvsps.c.orig 2008-04-02 01:18:44 UTC
+++ cvsps.c
@@ -2575,8 +2575,8 @@ static void determine_branch_ancestor(PatchSet * ps, P
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