1 --- cvsps.c.orig Wed Aug 9 21:59:54 2006 2 +++ cvsps.c Wed Aug 9 22:00:17 2006 3 @@ -2551,8 +2551,8 @@ 4 for (next = ps->members.next; next != &ps->members; next = next->next) 5 { 6 PatchSetMember * psm = list_entry(next, PatchSetMember, link); 7 - rev = psm->pre_rev; 8 int d1, d2; 9 + rev = psm->pre_rev; 10 11 /* the reason this is at all complicated has to do with a 12 * branch off of a branch. it is possible (and indeed 13