We don't use getgrouplist() at the moment so there's no need to

provide a compat version.
This commit is contained in:
Todd C. Miller
2010-06-10 15:12:37 -04:00
parent 7795284879
commit e54cfc9bd4
5 changed files with 0 additions and 44 deletions

View File

@@ -78,8 +78,5 @@ int unsetenv(const char *);
#ifndef HAVE_STRSIGNAL
char *strsignal(int);
#endif
#ifndef HAVE_GETGROUPLIST
int getgrouplist(const char *name, gid_t basegid, gid_t *groups, int *ngroups);
#endif
#endif /* _SUDO_MISSING_H */