summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-06-15 00:13:18 +0000
committerpeter <peter@FreeBSD.org>2001-06-15 00:13:18 +0000
commitb768005bc9e91938b2efa2b33e8e26b16167fb4f (patch)
tree621b2ab73e757a479fdefab620d85f5bf4a0870e /sys/dev
parent1ee178a53efc6e7dd27ebc208a20390454bf702b (diff)
downloadFreeBSD-src-b768005bc9e91938b2efa2b33e8e26b16167fb4f.zip
FreeBSD-src-b768005bc9e91938b2efa2b33e8e26b16167fb4f.tar.gz
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
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isp/isp_pci.c2
1 files changed, 1 insertions, 1 deletions
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;
/*
OpenPOWER on IntegriCloud