=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/util.c,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- src/usr.bin/cvs/util.c 2005/07/24 17:33:09 1.41 +++ src/usr.bin/cvs/util.c 2005/07/25 12:05:43 1.42 @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.41 2005/07/24 17:33:09 xsa Exp $ */ +/* $OpenBSD: util.c,v 1.42 2005/07/25 12:05:43 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -367,7 +367,7 @@ * Allocate an argument vector large enough to accommodate for all the * arguments found in and return it. */ -char** +char ** cvs_makeargv(const char *line, int *argc) { int i, ret; @@ -741,7 +741,7 @@ * at least MAXPATHLEN bytes long. * Returns a pointer to the start of the path on success, or NULL on failure. */ -char* +char * cvs_rcs_getpath(CVSFILE *file, char *buf, size_t len) { int l;