SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
devel/cvsps/patches/patch-cvsps_c
Normal file
13
devel/cvsps/patches/patch-cvsps_c
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- cvsps.c.orig Thu May 26 05:39:40 2005
|
||||
+++ cvsps.c Wed Jul 18 00:30:09 2012
|
||||
@@ -2550,9 +2550,9 @@ static void determine_branch_ancestor(PatchSet * ps, P
|
||||
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue