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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via c337693c4ca164833e120624af3c0960180725ee (commit)
via 3f838b717e831b99966fc4277f963b6c57340f6d (commit)
from 07cf861e25d2f2359e55ec803256c2211eda0a12 (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 -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=c337693c4ca164833e120624af3c…
commit c337693c4ca164833e120624af3c0960180725ee
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Aug 21 19:56:54 2015 +0000
stats: Fix build on FreeBSD
include stdint.h for int64_t and use netinet/in.h and not
netinet/ip.h for getting sockaddr_in and such.
http://cgit.osmocom.org/libosmocore/commit/?id=3f838b717e831b99966fc4277f96…
commit 3f838b717e831b99966fc4277f963b6c57340f6d
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Aug 20 18:17:15 2015 +0000
timer: Fix compiler warning about timeval
timer.c:27:23: warning: tentative definition of variable with internal linkage has
incomplete
non-array type 'struct timeval'
[-Wtentative-definition-incomplete-type]
static struct timeval nearest;
^
timer.c:27:15: note: forward declaration of 'struct timeval'
static struct timeval nearest;
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/stats.h | 2 ++
src/stats.c | 3 ++-
src/timer.c | 7 ++++---
3 files changed, 8 insertions(+), 4 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications