diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2020-06-24 22:30:58 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2020-06-24 22:36:21 +0200 |
commit | 751e6ab8e625b7b29d1184c8f28ecd6b2df81fa0 (patch) | |
tree | 80a3ffb2172ad1fe9d0ac93d92b3039749f33888 /target/linux/bcm27xx/patches-5.4/950-0123-firmware-raspberrypi-Add-backward-compatible-get_thr.patch | |
parent | d4dea7efcdc46530d47b2fa33ebc7f6606491d3d (diff) | |
download | upstream-751e6ab8e625b7b29d1184c8f28ecd6b2df81fa0.tar.gz upstream-751e6ab8e625b7b29d1184c8f28ecd6b2df81fa0.tar.bz2 upstream-751e6ab8e625b7b29d1184c8f28ecd6b2df81fa0.zip |
dropbear: fix compilation for uClibc
Backport patches which fix compile issue for uClibc-ng :
dbrandom.c:174:8: warning: implicit declaration of function 'getrandom'; did you mean 'genrandom'? [-Wimplicit-function-declaration]
ret = getrandom(buf, sizeof(buf), GRND_NONBLOCK);
^~~~~~~~~
genrandom
dbrandom.c:174:36: error: 'GRND_NONBLOCK' undeclared (first use in this function); did you mean 'SOCK_NONBLOCK'?
ret = getrandom(buf, sizeof(buf), GRND_NONBLOCK);
^~~~~~~~~~~~~
SOCK_NONBLOCK
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'target/linux/bcm27xx/patches-5.4/950-0123-firmware-raspberrypi-Add-backward-compatible-get_thr.patch')
0 files changed, 0 insertions, 0 deletions