diff options
author | Matthew Dillon <dillon@FreeBSD.org> | 1998-12-14 05:47:29 +0000 |
---|---|---|
committer | Matthew Dillon <dillon@FreeBSD.org> | 1998-12-14 05:47:29 +0000 |
commit | 35f069d08b51be1bccf4c57a22caeef766fae2de (patch) | |
tree | 819101c54fadc8abdda4f5c647a0059d18f539ed /sys/pci/pci_compat.c | |
parent | f7bb75c92a424d5ed621a7f774682c4c4fa19ee7 (diff) |
Notes
Diffstat (limited to 'sys/pci/pci_compat.c')
-rw-r--r-- | sys/pci/pci_compat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pci/pci_compat.c b/sys/pci/pci_compat.c index 42bed11afc76..aa9e794ac731 100644 --- a/sys/pci/pci_compat.c +++ b/sys/pci/pci_compat.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: pci_compat.c,v 1.15 1998/12/07 21:58:48 archie Exp $ + * $Id: pci_compat.c,v 1.16 1998/12/09 01:27:29 eivind Exp $ * */ @@ -345,9 +345,9 @@ pci_freeunit(pcicfgregs *cfg, char *name, int unit) return (unit); } -static char *drvname; +static const char *drvname; -static char* +static const char* pci_probedrv(pcicfgregs *cfg, struct pci_device *dvp) { if (dvp && dvp->pd_probe) { |