From 6045cae71a438a752980a395f03717a13cc22179 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 15 Apr 2004 01:01:56 +0000 Subject: Import cvs-1.11.15 --- contrib/cvs/src/fileattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/cvs/src/fileattr.c') diff --git a/contrib/cvs/src/fileattr.c b/contrib/cvs/src/fileattr.c index bae03a6..9b10851 100644 --- a/contrib/cvs/src/fileattr.c +++ b/contrib/cvs/src/fileattr.c @@ -43,7 +43,7 @@ static struct unrecog *unrecog_head; no open(), no nothing. */ void fileattr_startdir (repos) - char *repos; + const char *repos; { assert (fileattr_stored_repos == NULL); fileattr_stored_repos = xstrdup (repos); -- cgit v1.1