From 634853cee6808a481035d12af58b8d860b4cec95 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 6 Jan 1996 06:10:08 +0000 Subject: Remove NGROUPS_MAX junk. It wasn't being used. --- src/su.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/su.c') diff --git a/src/su.c b/src/su.c index 1464d3b2a..44cacbb3e 100644 --- a/src/su.c +++ b/src/su.c @@ -94,18 +94,11 @@ static void log_su (); #ifdef _POSIX_VERSION #include -#ifdef NGROUPS_MAX -#undef NGROUPS_MAX -#endif -#define NGROUPS_MAX sysconf (_SC_NGROUPS_MAX) #else /* not _POSIX_VERSION */ struct passwd *getpwuid (); struct group *getgrgid (); uid_t getuid (); #include -#if !defined(NGROUPS_MAX) && defined(NGROUPS) -#define NGROUPS_MAX NGROUPS -#endif #endif /* not _POSIX_VERSION */ #ifndef HAVE_ENDGRENT -- cgit v1.2.3-54-g00ecf