K 10 svn:author V 6 sbruno K 8 svn:date V 27 2018-07-07T13:35:06.418907Z K 7 svn:log V 276 struct ifmediareq *ifmrp is only used in the COMPAT_FREEBSD32 parts of ifioctl(). Move it inside the proper #ifdef. This was throwing a valid "Assigned but unused" warning with gcc. Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D16063 END