diff options
Diffstat (limited to 'usr.bin/cvs/commit.c')
-rw-r--r-- | usr.bin/cvs/commit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/commit.c b/usr.bin/cvs/commit.c index f7bba3c6a5e..57ff833f12e 100644 --- a/usr.bin/cvs/commit.c +++ b/usr.bin/cvs/commit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: commit.c,v 1.37 2005/05/31 08:58:47 xsa Exp $ */ +/* $OpenBSD: commit.c,v 1.38 2005/07/07 14:27:57 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -126,7 +126,7 @@ cvs_commit_pre_exec(struct cvsroot *root) CVSFILE *cfp; CVSFILE *tmp; int flags = CF_RECURSE | CF_IGNORE | CF_SORT; - + SIMPLEQ_INIT(&cl); if (commit_fcount != 0) { |