From 8450a1eb1da3e2b77f9ae86b5adee4aaa7136e14 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 22 May 2008 04:51:27 +0000 Subject: [PATCH] dafs-volumestats-conflict-20080521 LICENSE IPL10 avoid symbol conflict in volume.h --- src/volser/vos.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/volser/vos.c b/src/volser/vos.c index 2fc2e84d1..84e772033 100644 --- a/src/volser/vos.c +++ b/src/volser/vos.c @@ -1455,11 +1455,8 @@ XVolumeStats(a_xInfoP, a_entryP, a_srvID, a_partID, a_volType) } /*XVolumeStats */ static void -VolumeStats(pntr, entry, server, part, voltype) - volintInfo *pntr; - struct nvldbentry *entry; - int voltype; - afs_int32 server, part; +VolumeStats_int(volintInfo *pntr, struct nvldbentry *entry, afs_int32 server, + afs_int32 part, int voltype) { int totalOK, totalNotOK, totalBusy; @@ -1641,7 +1638,7 @@ ExamineVolume(register struct cmd_syndesc *as, void *arock) EnumerateEntry(&entry); } else #endif /* FULL_LISTVOL_SWITCH */ - VolumeStats(pntr, &entry, aserver, apart, voltype); + VolumeStats_int(pntr, &entry, aserver, apart, voltype); if ((voltype == BACKVOL) && !(entry.flags & BACK_EXISTS)) { /* The VLDB says there is no backup volume yet we found one on disk */ -- 2.39.5