mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-29 16:44:03 +00:00
Drop a pointless cast of ifp->if_softc to (struct tap_softc *).
This commit is contained in:
parent
e9a404fffd
commit
6a51be11da
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160376
@ -496,7 +496,7 @@ tapifinit(void *xtp)
|
||||
static int
|
||||
tapifioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
|
||||
{
|
||||
struct tap_softc *tp = (struct tap_softc *)(ifp->if_softc);
|
||||
struct tap_softc *tp = ifp->if_softc;
|
||||
struct ifstat *ifs = NULL;
|
||||
int s, dummy;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user