Update closefrom from OpenSSH for macOS code which is now needed.

This commit is contained in:
Nicholas Marriott
2020-11-17 17:56:55 +00:00
parent 5306bb0db7
commit 2f1578ef83
2 changed files with 81 additions and 33 deletions

View File

@ -76,6 +76,7 @@ AC_CHECK_HEADERS([ \
dirent.h \
fcntl.h \
inttypes.h \
libproc.h \
libutil.h \
ndir.h \
paths.h \
@ -101,7 +102,8 @@ AC_CHECK_FUNCS([ \
dirfd \
flock \
prctl \
sysconf \
proc_pidinfo \
sysconf
])
# Check for functions with a compatibility implementation.