pespin has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/41979?usp=email )
Change subject: stats_tcp.c: Remove unneeded EMBEDDED check ......................................................................
stats_tcp.c: Remove unneeded EMBEDDED check
The HAVE_LINUX_TCP define check should be enough.
Change-Id: I68cb49925aa49ad97b266638d41f38c22fc32000 --- M src/core/stats_tcp.c 1 file changed, 0 insertions(+), 3 deletions(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved osmith: Looks good to me, but someone else must approve
diff --git a/src/core/stats_tcp.c b/src/core/stats_tcp.c index 282f306..5e0a25f 100644 --- a/src/core/stats_tcp.c +++ b/src/core/stats_tcp.c @@ -22,7 +22,6 @@ * \file stats_tcp.c */
#include "config.h" -#if !defined(EMBEDDED)
#include <errno.h>
@@ -350,6 +349,4 @@
#endif /* HAVE_LINUX_TCP_H */
-#endif /* !EMBEDDED */ - /* @} */