aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-11-26 14:35:46 +0100
committerHarald Welte <laforge@gnumonks.org>2016-11-26 17:10:30 +0100
commit3679ea8fb2e8323f0493357503d82ea0ce34aace (patch)
treec06341fed479bf64c7f39b1d306b7fa6654c17a5 /openbsc/include/openbsc/Makefile.am
parent3d7230b2a2bb5e49192ee316418b0e1572882555 (diff)
Replace local make_sock() function with libosmocore osmo_fd_init_ofd()laforge/coverity
The local 'make_sock()' function should have been deprecated since 2011, when we started to have general socket related utility functions in libosmocore. Fixes: Coverity CID 57645 Change-Id: I2329da82d2b6612e281086ca67c7836b97e03d3d
Diffstat (limited to 'openbsc/include/openbsc/Makefile.am')
-rw-r--r--openbsc/include/openbsc/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/Makefile.am b/openbsc/include/openbsc/Makefile.am
index 2b54c4345..c5a2e911b 100644
--- a/openbsc/include/openbsc/Makefile.am
+++ b/openbsc/include/openbsc/Makefile.am
@@ -74,7 +74,6 @@ noinst_HEADERS = \
slhc.h \
smpp.h \
sms_queue.h \
- socket.h \
system_information.h \
token_auth.h \
transaction.h \