HomeFreeBSD

In FreeBSD's ifreq, ifr_ifru.ifru_flags is an array of two chars, while Linux
rS85008Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

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]).

Details

Provenance
desAuthored on
Parents
rS85007: MFC: 1.45-1.46: Improve description on how to construct ~ftp/pub.
Branches
Unknown
Tags
Unknown

Event Timeline