2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 13:58:05 +00:00

Remove redundant getgroups check

This commit is contained in:
Todd C. Miller
2010-03-12 12:39:04 -05:00
parent 0795ef846c
commit 1dcebf901a
2 changed files with 2 additions and 3 deletions

3
configure vendored
View File

@@ -16172,11 +16172,10 @@ LIBS=$ac_save_LIBS
for ac_func in dup2 strchr strrchr memchr memcpy memset sysconf tzset \
strftime setrlimit initgroups getgroups fstat gettimeofday \
strftime setrlimit initgroups fstat gettimeofday \
regcomp setlocale getaddrinfo setsid setenv vhangup \
mbr_check_membership setrlimit64
do

View File

@@ -1881,7 +1881,7 @@ dnl Function checks
dnl
AC_FUNC_GETGROUPS
AC_CHECK_FUNCS(dup2 strchr strrchr memchr memcpy memset sysconf tzset \
strftime setrlimit initgroups getgroups fstat gettimeofday \
strftime setrlimit initgroups fstat gettimeofday \
regcomp setlocale getaddrinfo setsid setenv vhangup \
mbr_check_membership setrlimit64)
AC_CHECK_FUNCS(getline, [], [