Skip to content
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

Open
hirero-kazuwa wants to merge 1 commit intoProject-Zephyrus:udc-releasefrom
hirero-kazuwa:udc-release
Open

Fixes: error: unknown type name 'in_addr_t' in_addr_t inet_addr(const char* __s);#3
hirero-kazuwa wants to merge 1 commit intoProject-Zephyrus:udc-releasefrom
hirero-kazuwa:udc-release

Conversation

@hirero-kazuwa
Copy link

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

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
Signed-off-by: Jason Edson <jaysonedson@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants