This repository was archived by the owner on Feb 1, 2025. It is now read-only.
Fixes: error: unknown type name 'in_addr_t' in_addr_t inet_addr(const char* __s); #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes a build error with crosshatch
In file included from hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/IPACM_Main.cpp:63: In file included from hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/IPACM_Neighbor.h:49: In file included from hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/IPACM_Iface.h:50: In file included from hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/IPACM_Xml.h:48: out/soong/.intermediates/bionic/libc/libc.llndk/android_vendor.30_arm64_armv8-2a_kryo385_shared/gen/include/arpa/inet.h:46:1: error: unknown type name 'in_addr_t'; did you mean 'i n_addr'?
in_addr_t inet_network(const char* __s) __INTRODUCED_IN(21);
Change-Id: I3ac0ff448bbf0e9b3b5cfbaac4a86e384a3520c5