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:
3
configure
vendored
3
configure
vendored
@@ -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
|
||||
|
@@ -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, [], [
|
||||
|
Reference in New Issue
Block a user