Build fix: restore centry in ptutils.c

The declaration of centry is needed when supergroups are not
enabled.  Restore it within the ifdef so that we don't get
an unused variable warning if supergroups are enabled.

Change-Id: I0e7916b7898cdd5c47accb7f185764bbb1f2e94d
Reviewed-on: http://gerrit.openafs.org/1054
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
Marc Dionne 2009-12-31 11:08:32 -05:00 committed by Derrick Brashear
parent 4d6d786668
commit a5d054668a

View File

@ -1859,6 +1859,7 @@ ChangeEntry(struct ubik_trans *at, afs_int32 aid, afs_int32 cid, char *name, afs
afs_int32 nextpos;
#else
afs_int32 nptr;
struct contentry centry;
#endif
struct prentry tentry, tent;
afs_int32 loc;