=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/root.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- src/usr.bin/cvs/root.c 2005/07/25 12:05:43 1.20 +++ src/usr.bin/cvs/root.c 2005/07/25 12:13:08 1.21 @@ -1,4 +1,4 @@ -/* $OpenBSD: root.c,v 1.20 2005/07/25 12:05:43 xsa Exp $ */ +/* $OpenBSD: root.c,v 1.21 2005/07/25 12:13:08 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -81,7 +81,7 @@ * Returns a pointer to the allocated information on success, or NULL * on failure. */ -struct cvsroot* +struct cvsroot * cvsroot_parse(const char *str) { u_int i; @@ -257,7 +257,7 @@ * 2) the CVS/Root file found in checked-out trees * 3) the CVSROOT environment variable */ -struct cvsroot* +struct cvsroot * cvsroot_get(const char *dir) { int l;