aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ncv
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-10-26 00:51:40 +0000
committerWarner Losh <imp@FreeBSD.org>2003-10-26 00:51:40 +0000
commit595670d93270852bdd1b667c5f76af6a50e71de0 (patch)
tree84ad679c7b73676d90148df14067c3ee1c9bb12a /sys/dev/ncv
parent2998b879f0ee47f5647c736610c7d86fa5e10444 (diff)
downloadsrc-595670d93270852bdd1b667c5f76af6a50e71de0.tar.gz
src-595670d93270852bdd1b667c5f76af6a50e71de0.zip
Const poison string accessor functions.
Notes
Notes: svn path=/head/; revision=121521
Diffstat (limited to 'sys/dev/ncv')
-rw-r--r--sys/dev/ncv/ncr53c500_pccard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ncv/ncr53c500_pccard.c b/sys/dev/ncv/ncr53c500_pccard.c
index bd172aa9c55f..ec4129ee706a 100644
--- a/sys/dev/ncv/ncr53c500_pccard.c
+++ b/sys/dev/ncv/ncr53c500_pccard.c
@@ -206,8 +206,8 @@ ncv_alloc_resource(DEVPORT_PDEVICE dev)
static int ncv_pccard_match(device_t dev)
{
const struct ncv_product *pp;
- char *vendorstr;
- char *prodstr;
+ const char *vendorstr;
+ const char *prodstr;
if ((pp = (const struct ncv_product *) pccard_product_lookup(dev,
(const struct pccard_product *) ncv_products,