Discontinue HPUX support

This commit is contained in:
Chase
2022-07-23 17:49:33 -06:00
committed by Jon Trulson
parent bd83b53d56
commit edf4319548
235 changed files with 198 additions and 6290 deletions
-10
View File
@@ -569,12 +569,6 @@ systemEnv( struct display *d, char *user, char *home )
#ifdef NGROUPS
#ifndef __hpux
/*
* groupMember() not used in HP-UX
*/
int
groupMember(
char *name,
@@ -587,8 +581,6 @@ groupMember(
}
return 0;
}
#endif /* ! __hpux */
void
getGroups(
@@ -609,7 +601,6 @@ getGroups(
* this code...
*/
#if !(defined(__hpux))
while ( (g = getgrent()) != NULL ) {
/*
* make the list unique
@@ -628,7 +619,6 @@ getGroups(
verify->groups[ngroups++] = g->gr_gid;
}
}
#endif
verify->ngroups = ngroups;
endgrent ();
}