[Olsr-commit] OLSR.org main repository branch, cmake, updated. 15776e9d9dd613ee941a901a1deedfb55a3aca9f
(spam-protected)
(spam-protected)
Sat Jun 18 21:18:57 CEST 2011
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=15776e9d9dd613ee941a901a1deedfb55a3aca9f
for a web version of the last commit.
The branch, cmake has been updated
via 15776e9d9dd613ee941a901a1deedfb55a3aca9f (commit)
via 8ea558f97316b510831ed2ef3c855638e408baea (commit)
via 95eb36e26bbdddb3b63479e8c649f79822427415 (commit)
via c00aff83bcece6e6b1a548853dc702171d7a1960 (commit)
from 34394680d4cac6549c787be1293b8c2206e498ca (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 15776e9d9dd613ee941a901a1deedfb55a3aca9f
Author: Henning Rogge <(spam-protected)>
Date: Sat Jun 18 21:18:53 2011 +0200
Fixes for Apple
commit 8ea558f97316b510831ed2ef3c855638e408baea
Author: Henning Rogge <(spam-protected)>
Date: Mon Jun 13 17:35:24 2011 +0200
Add __BSD_VISIBLE to allow c99 compiling for BSD
commit 95eb36e26bbdddb3b63479e8c649f79822427415
Author: Henning Rogge <(spam-protected)>
Date: Mon Jun 13 16:28:42 2011 +0200
Trying to fix BSD build issues
commit c00aff83bcece6e6b1a548853dc702171d7a1960
Author: Henning Rogge <(spam-protected)>
Date: Mon Jun 13 14:41:28 2011 +0200
Remove netaddr and daemonize until properly integrated
-----------------------------------------------------------------------
Summary of changes:
CMake.os | 4 +
CMakeLists.txt | 6 +-
lib/txtinfo/src/olsrd_txtinfo.c | 1 +
src/bsd/apm.c | 4 +-
src/{linux/linux_apm.h => bsd/bsd_apm.h} | 0
src/bsd/bsd_net.h | 7 +-
src/bsd/dummy.c | 45 +--
src/bsd/kernel_routes.c | 88 +++-
src/bsd/net.c | 223 +++------
src/common/daemonize.c | 133 -----
src/common/daemonize.h | 63 ---
src/common/netaddr.c | 840 ------------------------------
src/common/netaddr.h | 163 ------
src/core/routing_table.h | 1 -
src/unix/ifnet.c | 6 +-
src/unix/init.c | 1 +
16 files changed, 150 insertions(+), 1435 deletions(-)
copy src/{linux/linux_apm.h => bsd/bsd_apm.h} (100%)
delete mode 100644 src/common/daemonize.c
delete mode 100644 src/common/daemonize.h
delete mode 100644 src/common/netaddr.c
delete mode 100644 src/common/netaddr.h
hooks/post-receive
--
OLSR.org main repository
More information about the Olsr-commit
mailing list