Skip to content

Changes

Started by upstream project gerrit-libosmocore #2292
Started 1 day 7 hr ago
Queued 5.8 sec

Summary

  1. socket_compat.h improvements to always have struct osmo_sockaddr available (details)
Commit 5769ae67abf54e1e081354f06094fb3ef9241eec by Pau Espin Pedrol
socket_compat.h improvements to always have struct osmo_sockaddr available

Having a #if (!EMBEDDED) based on compiler defined variable is not a
good idea. Instead, add minimal sys/socket.h and netient/in.h to always
have the definition of struct osmo_sockaddr available.

Change-Id: I5b10e09770727c72812af15360ab3385b957509b
The file was modifiedconfigure.ac
The file was modifiedinclude/osmocom/core/socket_compat.h.tpl
The file was modifiedinclude/osmocom/core/Makefile.am
The file was modifiedinclude/osmocom/core/socket.h