summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/src
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2008-01-13 06:07:20 +0000
committerobrien <obrien@FreeBSD.org>2008-01-13 06:07:20 +0000
commit31b70a95c696d341a3ffc59a0df77323648db0f7 (patch)
treed6b3e12d81cc4f872d5c3044e2c36621d9fd62da /contrib/cvs/src
parentc63d336bc91cd291cab752a5688a5967f67ebe78 (diff)
downloadFreeBSD-src-31b70a95c696d341a3ffc59a0df77323648db0f7.zip
FreeBSD-src-31b70a95c696d341a3ffc59a0df77323648db0f7.tar.gz
Merge revs 1.2 (comprehensive CVS/Template support) into version 1.11.22.
Diffstat (limited to 'contrib/cvs/src')
-rw-r--r--contrib/cvs/src/entries.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/contrib/cvs/src/entries.c b/contrib/cvs/src/entries.c
index 1ab7c7e..9592c3c 100644
--- a/contrib/cvs/src/entries.c
+++ b/contrib/cvs/src/entries.c
@@ -1,6 +1,11 @@
/*
- * Copyright (c) 1992, Brian Berliner and Jeff Polk
- * Copyright (c) 1989-1992, Brian Berliner
+ * Copyright (C) 1986-2005 The Free Software Foundation, Inc.
+ *
+ * Portions Copyright (C) 1998-2005 Derek Price, Ximbiot <http://ximbiot.com>,
+ * and others.
+ *
+ * Portions Copyright (C) 1992, Brian Berliner and Jeff Polk
+ * Portions Copyright (C) 1989-1992, Brian Berliner
*
* You may distribute under the terms of the GNU General Public License as
* specified in the README file that comes with the CVS source distribution.
@@ -540,6 +545,7 @@ Entries_Open (aflag, update_dir)
break;
default:
/* Ignore unrecognized commands. */
+ Entnode_Destroy (ent);
break;
}
}
OpenPOWER on IntegriCloud