aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJonathan Lemon <jlemon@FreeBSD.org>2001-03-12 21:42:45 +0000
committerJonathan Lemon <jlemon@FreeBSD.org>2001-03-12 21:42:45 +0000
commit68311a93fb7b4b1d6ddcb13648c0d98761180846 (patch)
tree1a94a610ef8000feb5358244eb91b6f7d8da1240 /sys
parentfd272d4a6c1f6c8653ce05ef92dc2731a1793da3 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/fxp/if_fxp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index dff27c56d872..b10c2a7a2d57 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -1595,7 +1595,7 @@ fxp_ioctl(struct ifnet *ifp, u_long command, caddr_t data)
{
struct fxp_softc *sc = ifp->if_softc;
struct ifreq *ifr = (struct ifreq *)data;
- struct mii_data *mii;
+ struct mii_data *mii;
int s, error = 0;
s = splimp();