mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
69d5c43463
popular open source revision control software. It can be used as both client and server for repositories and provides granular access control over data stored in the repository. It aims to be as compatible as possible with other CVS implementations, except when particular features reduce the overall security of the system. WWW: http://www.opencvs.org/ This port was requested by rdivacky@, who created the dist patches for OpenCVS.
12 lines
325 B
C
12 lines
325 B
C
--- 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) {
|
|
|