pespin has uploaded this change for review.

View Change

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(-)

git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/79/41979/1
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 */
-
/* @} */

To view, visit change 41979. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I68cb49925aa49ad97b266638d41f38c22fc32000
Gerrit-Change-Number: 41979
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>