Fix a const related warning.
This commit is contained in:
parent
e8abcf8745
commit
46eae76d70
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user