aboutsummaryrefslogtreecommitdiffstats
path: root/devel/opencvs/files/patch-checkout.c
blob: 681da9741ab059b24b5bc06db926152ac46a7ad7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- checkout.c  8 Jul 2008 12:29:58 -0000   1.156
+++ checkout.c  17 Oct 2008 08:51:45 -0000
@@ -352,6 +352,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) {