Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing __APPLE_USE_RFC_3542 (#12753)
* Fix missing __APPLE_USE_RFC_3542 #### Problem In splitting `UDPEndPoint.cpp` by implementation, the definition of `__APPLE_USE_RFC_3542` was lost, which caused `IPV6_PKTINFO` to not be defined and corresponding parts of `UDPEndPoint` not to be built. #### Change overview Add `#define __APPLE_USE_RFC_3542` to the top of `UDPEndPointImplSockets.cpp`, as it had been in `UDPEndPoint.cpp`. #### Testing CI * Update src/inet/UDPEndPointImplSockets.cpp Co-authored-by: Tennessee Carmel-Veilleux <[email protected]> * Fix trailing whitespace Co-authored-by: Andrei Litvin <[email protected]> Co-authored-by: Tennessee Carmel-Veilleux <[email protected]>
- Loading branch information