diff options
| author | Michael Forney <mforney@mforney.org> | 2018-11-05 13:00:00 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-11-06 00:00:25 -0800 |
| commit | dfc0a22e4f4b2c4f30b80eb65c7fb29d3848292a (patch) | |
| tree | 627a241a50e34f4300bb57fca4e23d1e843bf60c /pkg/openssh | |
| parent | e650796725ad68a3705a5a7d05bfbe9db3165933 (diff) | |
openssh: Update config.h for musl 1.1.20 getrandom
Diffstat (limited to 'pkg/openssh')
| -rw-r--r-- | pkg/openssh/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/openssh/config.h b/pkg/openssh/config.h index 1954c217..1420ebcf 100644 --- 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 |
