Fix warning:

163: passing arg 4 of `resource_string_value' from incompatible pointer type
This commit is contained in:
Peter Wemm 2001-06-15 08:01:21 +00:00
parent e9813a0763
commit c864c67bad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78262

View File

@ -152,7 +152,7 @@ int
sc_get_cons_priority(int *unit, int *flags)
{
int disabled;
char *at;
const char *at;
int u, f;
*unit = -1;