diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-11-07 08:53:44 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-11-07 08:53:44 +0000 |
| commit | 4a11ca4e29ff701a15b6c4de4e99483f97182ea6 (patch) | |
| tree | d25f628a9aba608f64fe75989d2287c6480e8b0b /sys/dev/vx/if_vx.c | |
| parent | fbff0da4c8b49e614414ea85874ca2eace160515 (diff) | |
Notes
Diffstat (limited to 'sys/dev/vx/if_vx.c')
| -rw-r--r-- | sys/dev/vx/if_vx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/vx/if_vx.c b/sys/dev/vx/if_vx.c index f1f744f2ec42..420e6c10ef2a 100644 --- a/sys/dev/vx/if_vx.c +++ b/sys/dev/vx/if_vx.c @@ -905,7 +905,6 @@ vxioctl(ifp, cmd, data) caddr_t data; { struct vx_softc *sc = vx_softc[ifp->if_unit]; - struct ifaddr *ifa = (struct ifaddr *) data; struct ifreq *ifr = (struct ifreq *) data; int s, error = 0; |
