Fix warnings from afsconf_SetExtendedCellInfo
authorSimon Wilkinson <sxw@inf.ed.ac.uk>
Wed, 11 Nov 2009 09:10:36 +0000 (09:10 +0000)
committerDerrick Brashear <shadow|account-1000005@unknown>
Wed, 11 Nov 2009 15:37:27 +0000 (07:37 -0800)
commitcbe83cb1a12fddc63c1775243c47fb43da40f9c1
tree5905bc3d06a21dc2e5dbc1af18ccfb58caf0a6f0
parentc90132f2af3455948f029f9c475c768e476f66e4
Fix warnings from afsconf_SetExtendedCellInfo

If a is declared as an array, then a == &a. However, the compiler
still gives a type warning when usign the & form, as the types no
longer match. 5f720faab920a1007327de415ceaf187c16fdbe6 fixed this
problem for calls to GetExtendedCellInfo - do the same for the
corresponding Set calls.

Change-Id: I8204afe7df0c0db1d059cb3f6ab61eff1cdf9140
Reviewed-on: http://gerrit.openafs.org/808
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/bozo/bosoprocs.c