Fix a const related warning.

This commit is contained in:
peter 2000-07-28 22:41:56 +00:00
parent e8abcf8745
commit 46eae76d70

View File

@ -1296,7 +1296,7 @@ resource_match_string(int i, const char *resname, const char *value)
}
static int
resource_find_hard(const char *cp, const char *name, int unit,
resource_find_hard(char *cp, const char *name, int unit,
const char *resname, struct config_resource **result)
{
char match[256];