summaryrefslogtreecommitdiffstats
path: root/sys/dev/xe
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-10-26 00:51:40 +0000
committerimp <imp@FreeBSD.org>2003-10-26 00:51:40 +0000
commit7a210cb6a4653fdcefebefafbef3dc1b339d7a76 (patch)
tree84ad679c7b73676d90148df14067c3ee1c9bb12a /sys/dev/xe
parentf5b54933f14c8e48ce25af340e1aba5a4d0ac571 (diff)
downloadFreeBSD-src-7a210cb6a4653fdcefebefafbef3dc1b339d7a76.zip
FreeBSD-src-7a210cb6a4653fdcefebefafbef3dc1b339d7a76.tar.gz
Const poison string accessor functions.
Diffstat (limited to 'sys/dev/xe')
-rw-r--r--sys/dev/xe/if_xe_pccard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xe/if_xe_pccard.c b/sys/dev/xe/if_xe_pccard.c
index 3e342bf..e2b7541 100644
--- a/sys/dev/xe/if_xe_pccard.c
+++ b/sys/dev/xe/if_xe_pccard.c
@@ -218,7 +218,7 @@ xe_pccard_probe(device_t dev)
struct xe_softc *scp = (struct xe_softc *) device_get_softc(dev);
u_int32_t vendor,prodid,prod;
u_int16_t prodext;
- char *cis3_str=NULL;
+ const char *cis3_str=NULL;
struct xe_vendor_table *vendor_itm;
struct xe_card_type_table *card_itm;
int i;
OpenPOWER on IntegriCloud