=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/Attic/req.c,v retrieving revision 1.30 retrieving revision 1.31 diff -c -r1.30 -r1.31 *** src/usr.bin/cvs/Attic/req.c 2005/07/29 10:38:55 1.30 --- src/usr.bin/cvs/Attic/req.c 2005/09/15 17:01:10 1.31 *************** *** 1,4 **** ! /* $OpenBSD: req.c,v 1.30 2005/07/29 10:38:55 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: req.c,v 1.31 2005/09/15 17:01:10 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 348,354 **** * Now, create the admin files in the top-level * directory for the temp repo. */ ! if (cvs_mkadmin(cvs_server_tmpdir, cvs_rootstr, repo) < 0) { cvs_log(LP_ERR, "failed to create admin files"); free(repo); return (-1); --- 348,355 ---- * Now, create the admin files in the top-level * directory for the temp repo. */ ! if (cvs_mkadmin(cvs_server_tmpdir, cvs_rootstr, repo, ! NULL, NULL, 0) < 0) { cvs_log(LP_ERR, "failed to create admin files"); free(repo); return (-1);