From b768005bc9e91938b2efa2b33e8e26b16167fb4f Mon Sep 17 00:00:00 2001 From: peter 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 7c01f86..7935a24 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.1