Skip to content
Success

#26582 (Jan 26, 2026, 9:55:52 AM)

Started 21 days ago
Took 8.7 sec on build4-deb12build-ansible

Started by upstream project gerrit-libosmocore build number 2287
originally caused by:

This run spent:

  • 53 min waiting;
  • 8.7 sec build duration;
  • 53 min total from scheduled to completion.
Revision: 3cdd76df7da22bf32d0787657ac0cbe99e48f6df
Repository: $GERRIT_REPO_URL
  • master
socket.h: Include netinet/in.h instead of arpa/inet.h

In socket.h we are mainly interested in netinet/int.h, since that's the
one defining INET_ADDRSTRLEN, struct sockaddr_in, struct in_addr, ec.

Header arpa/inet.h usually defines several functions which use those,
like htonl(), inet_ntop(), etc.

See POSIX:
https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html#tag_13_03
https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netinet_in.h.html

Change-Id: I03919c4adc962bbcfabc9030c6f12c0e10ff060c
Pau Espin Pedrol at