mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 08:50:17 +00:00
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:
parent
4d6d786668
commit
a5d054668a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user