summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/network/if_fxp.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libchip/network/if_fxp.c')
-rw-r--r--c/src/libchip/network/if_fxp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/libchip/network/if_fxp.c b/c/src/libchip/network/if_fxp.c
index f7bf7b0402..0a0562b0e8 100644
--- a/c/src/libchip/network/if_fxp.c
+++ b/c/src/libchip/network/if_fxp.c
@@ -228,7 +228,7 @@ static void fxp_tick(void *xsc);
static void fxp_start(struct ifnet *ifp);
static void fxp_stop(struct fxp_softc *sc);
static void fxp_release(struct fxp_softc *sc);
-static int fxp_ioctl(struct ifnet *ifp, int command,
+static int fxp_ioctl(struct ifnet *ifp, u_long command,
caddr_t data);
static void fxp_watchdog(struct ifnet *ifp);
static int fxp_add_rfabuf(struct fxp_softc *sc, struct mbuf *oldm);
@@ -2095,7 +2095,7 @@ fxp_miibus_writereg(device_t dev, int phy, int reg, int value)
#endif
static int
-fxp_ioctl(struct ifnet *ifp, int command, caddr_t data)
+fxp_ioctl(struct ifnet *ifp, u_long command, caddr_t data)
{
struct fxp_softc *sc = ifp->if_softc;
#ifdef NOTUSED