Fix warnings:

554: passing arg 4 of `resource_string_value' from incompatible pointer type
576: passing arg 4 of `resource_string_value' from incompatible pointer type
593: passing arg 4 of `resource_string_value' from incompatible pointer type
This commit is contained in:
Peter Wemm 2001-06-15 00:13:18 +00:00
parent 70d73137b9
commit 22941bd78f

View file

@ -303,7 +303,7 @@ isp_pci_attach(device_t dev)
struct ispsoftc *isp = NULL;
struct ispmdvec *mdvp;
bus_size_t lim;
char *sptr;
const char *sptr;
int locksetup = 0;
/*