diff options
Diffstat (limited to 'devel/opencvs/files/patch-checkout.c')
| -rw-r--r-- | devel/opencvs/files/patch-checkout.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/devel/opencvs/files/patch-checkout.c b/devel/opencvs/files/patch-checkout.c index 681da9741ab0..2b333e1f2a63 100644 --- a/devel/opencvs/files/patch-checkout.c +++ b/devel/opencvs/files/patch-checkout.c @@ -1,11 +1,10 @@ ---- checkout.c 8 Jul 2008 12:29:58 -0000 1.156 -+++ checkout.c 17 Oct 2008 08:51:45 -0000 -@@ -352,6 +352,7 @@ +--- checkout.c.orig 2009-06-21 22:23:01.000000000 +0200 ++++ checkout.c 2010-06-08 20:18:08.000000000 +0200 +@@ -364,6 +364,7 @@ xfree(module_repo_root); } +#define TAILQ_END(head) NULL if (mc->mc_canfree == 1) { - for (fl = TAILQ_FIRST(&(mc->mc_modules)); - fl != TAILQ_END(&(mc->mc_modules)); fl = nxt) { - + for (fl = RB_MIN(cvs_flisthead, &(mc->mc_modules)); + fl != NULL; fl = nxt) { |
