diff options
author | Ed Maste <emaste@FreeBSD.org> | 2017-05-17 00:34:34 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2017-05-17 00:34:34 +0000 |
commit | 3e85b721d653d65a5b6ff655ed1551113f0e0d5b (patch) | |
tree | 9f2b92961a0e2680de78b6f1c653a05926cbf817 /sys/dev/cs/if_cs.c | |
parent | 00f6cd3f568295e501deae63e38b34d1137a6eb9 (diff) |
Notes
Diffstat (limited to 'sys/dev/cs/if_cs.c')
-rw-r--r-- | sys/dev/cs/if_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cs/if_cs.c b/sys/dev/cs/if_cs.c index 3c52d892ab52..2756aec1d598 100644 --- a/sys/dev/cs/if_cs.c +++ b/sys/dev/cs/if_cs.c @@ -1038,7 +1038,7 @@ cs_setmode(struct cs_softc *sc) } static int -cs_ioctl(register struct ifnet *ifp, u_long command, caddr_t data) +cs_ioctl(struct ifnet *ifp, u_long command, caddr_t data) { struct cs_softc *sc=ifp->if_softc; struct ifreq *ifr = (struct ifreq *)data; |