[Olsr-commit] OLSR.org main repository branch, master, updated. v0.6.8-101-ga6506b6
(spam-protected)
(spam-protected)
Fri May 15 21:47:50 CEST 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OLSR.org main repository".
See http://olsr.org/git/?p=olsrd.git;a=commitdiff;h=v0.6.8-101-ga6506b6
for a web version of the last commit.
The branch, master has been updated
via a6506b655ec5f1081e366eab75d0ac2caab03803 (commit)
via b4fa9eda65e36064d512ba6592333460ef5bb3b4 (commit)
via 639069c5ff291491f61fb5c68c348595e12adde3 (commit)
via 0cda678c41f2424f0496405088b8e53148a21f1e (commit)
from 44b80f7fc03a2db5b0b82ae496bbc78b38aaad92 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a6506b655ec5f1081e366eab75d0ac2caab03803
Author: Daniel Golle <(spam-protected)>
Date: Fri May 15 21:47:25 2015 +0200
plugins: fix precompiled syntax
use '||' instead of 'or'
Signed-off-by: Daniel Golle <(spam-protected)>
commit b4fa9eda65e36064d512ba6592333460ef5bb3b4
Author: Daniel Golle <(spam-protected)>
Date: Fri May 15 21:38:57 2015 +0200
plugins: use previous definition of struct udphdr on Android
Test for __BIONIC__ as well.
Signed-off-by: Daniel Golle <(spam-protected)>
commit 639069c5ff291491f61fb5c68c348595e12adde3
Author: Daniel Golle <(spam-protected)>
Date: Fri May 15 21:32:35 2015 +0200
plugins: fix build on some glibc systems
The previous commit was made under the assumption that all
versions of glibc provides both definitions of struct udphdr.
This doesn't seem to be true, thus test for __GLIBC__ (which
is set by uClibc as well) to be on the safe side.
Signed-off-by: Daniel Golle <(spam-protected)>
commit 0cda678c41f2424f0496405088b8e53148a21f1e
Author: Daniel Golle <(spam-protected)>
Date: Fri May 15 19:06:56 2015 +0200
plugins: fix build with musl
Introduce checks for __UCLIBC__ to compensate for
incompatible definitions of struct udphdr present in
different libc.
glibc provides both field nameing styles, afaik all
libcs except for uClibc provide the POSIX definition.
Signed-off-by: Daniel Golle <(spam-protected)>
-----------------------------------------------------------------------
Summary of changes:
lib/bmf/src/Address.c | 4 ++++
lib/bmf/src/Bmf.c | 4 ++++
lib/bmf/src/NetworkInterfaces.c | 9 +++++++++
lib/mdns/src/mdns.c | 8 ++++++++
lib/p2pd/src/p2pd.c | 16 ++++++++++++++++
5 files changed, 41 insertions(+)
hooks/post-receive
--
OLSR.org main repository
More information about the Olsr-commit
mailing list