s390x: only declare afs_sys_setgroups32_page where needed
authorMarc Dionne <marc.c.dionne@gmail.com>
Fri, 20 Aug 2010 20:11:59 +0000 (16:11 -0400)
committerDerrick Brashear <shadow@dementia.org>
Sat, 21 Aug 2010 00:35:02 +0000 (17:35 -0700)
commit4129b055a6236e892e1dc2c5d2023d1947495811
tree20f7e5729ff3b8c2261c248af03380698b15de73
parentc2be1ee1d726463590ae1272495d102111fdf75b
s390x: only declare afs_sys_setgroups32_page where needed

Variable afs_sys_setgroups32_page is only used when __NR_setgroups32
is not defined.  Make the declaration depend on it as well to clear
up an unused variable warning.

Change-Id: I812b98d6ac4bf6ac923553ef3556c90d75d86fcb
Reviewed-on: http://gerrit.openafs.org/2600
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/afs/LINUX/osi_syscall.c