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 3ee1addbb9
commit bfdc4373d7
2 changed files with 81 additions and 33 deletions

View File

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