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 e2640ef763e1335d0eec590ceaeaa390428cfd51 (commit)
from e08da9757099af3d275c122c9379d46a037eb309 (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=e2640ef763e1335d0eec590ceaea…
commit e2640ef763e1335d0eec590ceaeaa390428cfd51
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Nov 16 16:29:36 2017 +0100
gsm: Use correct include for getrandom
"man getrandom" states sys/random.h is required.
Fixes warning below:
warning: implicit declaration of function ‘getrandom’; did you mean ‘srandom’?
[-Wimplicit-function-declaration]
rc = getrandom(out, len, GRND_NONBLOCK);
^~~~~~~~~
Change-Id: I2e73fd018e887893dc5527d6d73644d627eb963a
-----------------------------------------------------------------------
Summary of changes:
src/gsm/gsm_utils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications