In FreeBSD's ifreq, ifr_ifru.ifru_flags is an array of two chars, while Linux
defines it as a short. Change that to an array of one short so that FreeBSD's
ifr_flags macro will work (it evaluates to ifr_ifru.ifru_flags[0]).
Description
Description
Details
Details
- Provenance
des Authored on - Parents
- rS85007: MFC: 1.45-1.46: Improve description on how to construct ~ftp/pub.
- Branches
- Unknown
- Tags