=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cvs.c,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- src/usr.bin/cvs/cvs.c 2005/05/31 08:58:47 1.68 +++ src/usr.bin/cvs/cvs.c 2005/06/01 17:44:34 1.69 @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.c,v 1.68 2005/05/31 08:58:47 xsa Exp $ */ +/* $OpenBSD: cvs.c,v 1.69 2005/06/01 17:44:34 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -64,7 +64,7 @@ char *cvs_rootstr; char *cvs_rsh = CVS_RSH_DEFAULT; char *cvs_editor = CVS_EDITOR_DEFAULT; - +char *cvs_repo_base = NULL; char *cvs_msg = NULL; /* hierarchy of all the files affected by the command */