aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/generic/base-files/etc/board.d/02_network
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2020-06-24 22:30:58 +0200
committerHans Dedecker <dedeckeh@gmail.com>2020-06-24 22:36:21 +0200
commit751e6ab8e625b7b29d1184c8f28ecd6b2df81fa0 (patch)
tree80a3ffb2172ad1fe9d0ac93d92b3039749f33888 /target/linux/ath79/generic/base-files/etc/board.d/02_network
parentd4dea7efcdc46530d47b2fa33ebc7f6606491d3d (diff)
downloadupstream-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/ath79/generic/base-files/etc/board.d/02_network')
0 files changed, 0 insertions, 0 deletions