ioctl(SIOCGIFHWADDR) portability improvements #146

Manually merged
obache merged 1 commits from feat/fix-siocgifhwaddr-portability into master 4 years ago
obache commented 4 years ago
Collaborator

For build fix on Solaris, has SIOCGIFHWADDR but missing ifreq->ifr_hwaddr.

For build fix on Solaris, has SIOCGIFHWADDR but missing ifreq->ifr_hwaddr.
obache changed title from WIP: ioctl(SIOCGIFHWADDR) portability improvements to ioctl(SIOCGIFHWADDR) portability improvements 4 years ago
SlavekB reviewed 4 years ago
SlavekB left a comment
Owner

It looks good, only two small comments…

It looks good, only two small comments…
tde_setup_architecture_flags( )
include(TestBigEndian)
include(CheckStructHasMember)
Owner

This include seems unnecessary because it is already contained in CMakeListst.txt.

This include seems unnecessary because it is already contained in [CMakeListst.txt](src/branch/master/CMakeLists.txt#L35).
endif( )
# ioctl(SIOCGIFHWADDR) return member
if( BUILD_KCONTROL )
Owner

This check could be moved to ConfigureChecks.cmake, which is inside the kcontrol directory.

This check could be moved to [ConfigureChecks.cmake](src/branch/master/kcontrol/ConfigureChecks.cmake), which is inside the kcontrol directory.
Owner
  • rebased to the current HEAD
  • minor adjustments as indicated
+ rebased to the current HEAD + minor adjustments as indicated
obache closed this pull request 4 years ago
SlavekB deleted branch feat/fix-siocgifhwaddr-portability 4 years ago
SlavekB added this to the R14.0.9 release milestone 4 years ago
The pull request has been manually merged as 5bcd375ab5.
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: TDE/tdebase#146
Loading…
There is no content yet.