preparatory patch for -Wwrite-strings #4

This commit is contained in:
Denis Vlasenko
2007-01-29 22:51:58 +00:00
parent 06c0a71d23
commit ab2aea4447
14 changed files with 68 additions and 71 deletions

View File

@@ -842,7 +842,7 @@ static struct interfaces_file_t *read_interfaces(const char *filename)
return defn;
}
static char *setlocalenv(char *format, const char *name, const char *value)
static char *setlocalenv(const char *format, const char *name, const char *value)
{
char *result;
char *here;