1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Fix warning (const lost in assignment), harmless in this case.

This commit is contained in:
Peter Wemm 2002-02-28 03:13:47 +00:00
parent f24d9c32a0
commit 4945f5ec47
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91463

View File

@ -318,7 +318,7 @@ le_probe(
sc->le_iobase = dvp->id_iobase;
sc->le_membase = (u_char *) dvp->id_maddr;
sc->le_irq = dvp->id_irq;
sc->le_if.if_name = ledriver.name;
sc->le_if.if_name = (char *)(uintptr_t)(const void *)ledriver.name;
sc->le_if.if_unit = dvp->id_unit;
/*