const char ** needs to be passed, not char **.

This commit is contained in:
imp 2003-10-27 06:41:40 +00:00
parent dbcf41401d
commit 28b8c0b6ea

View File

@ -63,7 +63,7 @@ const struct puc_device_description rscom_devices = {
static int
puc_pccard_probe(device_t dev)
{
char *vendor, *product;
const char *vendor, *product;
int error;
error = pccard_get_vendor_str(dev, &vendor);