mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
linux24: remove unused NUMPAGGROUPS define
Remove the unused NUMPAGGROUPS define in the pag group handling implementation for linux24. PAGS always take two group ids in linux24, so the NUMPAGGROUPS define was not used in linux24. Remove the unused constant. This is a 1.6.x only change, since linux24 support has been removed on the master branch. Change-Id: I10d4d5744420b075a10deecf052d2ecc128ad8fe Reviewed-on: https://gerrit.openafs.org/12563 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Mark Vitale <mvitale@sinenomine.net> Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
This commit is contained in:
parent
e99fac0e4c
commit
58464339da
@ -28,8 +28,6 @@
|
||||
#include "h/smp_lock.h"
|
||||
#endif
|
||||
|
||||
#define NUMPAGGROUPS 2
|
||||
|
||||
static int
|
||||
afs_setgroups(cred_t **cr, int ngroups, gid_t * gidset, int change_parent)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user