logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: dfc0a22e4f4b2c4f30b80eb65c7fb29d3848292a
parent e650796725ad68a3705a5a7d05bfbe9db3165933
Author: Michael Forney <mforney@mforney.org>
Date:   Mon,  5 Nov 2018 13:00:00 -0800

openssh: Update config.h for musl 1.1.20 getrandom

Diffstat:

Mpkg/openssh/config.h4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkg/openssh/config.h b/pkg/openssh/config.h @@ -212,7 +212,7 @@ #define HAVE_GETPGID 1 #define HAVE_GETPGRP 1 /* #undef HAVE_GETPWANAM */ -/* #undef HAVE_GETRANDOM */ +#define HAVE_GETRANDOM 1 #define HAVE_GETRLIMIT 1 /* #undef HAVE_GETRRSETBYNAME */ /* #undef HAVE_GETSEUSERBYNAME */ @@ -465,7 +465,7 @@ /* #undef HAVE_SYS_PSTAT_H */ /* #undef HAVE_SYS_PTMS_H */ #define HAVE_SYS_PTRACE_H 1 -/* #undef HAVE_SYS_RANDOM_H */ +#define HAVE_SYS_RANDOM_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_STATVFS_H 1 #define HAVE_SYS_STAT_H 1