freebsd-ports/devel/cvsps/files/patch-cvsps.c
Rong-En Fan c6d8971628 - Update to 2.1
- Pass maintainership to submitter

PR:		ports/101719
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-12 03:57:38 +00:00

12 lines
429 B
C

--- cvsps.c.orig Wed Aug 9 21:59:54 2006
+++ cvsps.c Wed Aug 9 22:00:17 2006
@@ -2551,8 +2551,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