=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/commit.c,v retrieving revision 1.37 retrieving revision 1.38 diff -c -r1.37 -r1.38 *** src/usr.bin/cvs/commit.c 2005/05/31 08:58:47 1.37 --- src/usr.bin/cvs/commit.c 2005/07/07 14:27:57 1.38 *************** *** 1,4 **** ! /* $OpenBSD: commit.c,v 1.37 2005/05/31 08:58:47 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: commit.c,v 1.38 2005/07/07 14:27:57 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 126,132 **** CVSFILE *cfp; CVSFILE *tmp; int flags = CF_RECURSE | CF_IGNORE | CF_SORT; ! SIMPLEQ_INIT(&cl); if (commit_fcount != 0) { --- 126,132 ---- CVSFILE *cfp; CVSFILE *tmp; int flags = CF_RECURSE | CF_IGNORE | CF_SORT; ! SIMPLEQ_INIT(&cl); if (commit_fcount != 0) {