From 22941bd78f09ebcc56ac03ba3b938e87ea33e54a Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 15 Jun 2001 00:13:18 +0000 Subject: 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 --- sys/dev/isp/isp_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c index 7c01f8601253..7935a241d77e 100644 --- a/sys/dev/isp/isp_pci.c +++ b/sys/dev/isp/isp_pci.c @@ -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; /* -- cgit v1.3