From: Jim Rees Date: Thu, 13 Feb 2003 18:06:10 +0000 (+0000) Subject: fix-DumpVnode-proto-20030213 X-Git-Tag: openafs-devel-1_3_50~379 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a25efcc2d349bc3aaec956c7132a058022880b83;p=packages%2Fo%2Fopenafs.git fix-DumpVnode-proto-20030213 Fix prototype for DumpVnode() --- diff --git a/src/volser/dumpstuff.c b/src/volser/dumpstuff.c index cbbb98c36..d5a9a119d 100644 --- a/src/volser/dumpstuff.c +++ b/src/volser/dumpstuff.c @@ -82,7 +82,7 @@ static int DumpPartial(register struct iod *iodp, register Volume *vp, static int DumpVnodeIndex(register struct iod *iodp, Volume *vp, VnodeClass class, afs_int32 fromtime, int forcedump); static int DumpVnode(register struct iod *iodp, struct VnodeDiskObject *v, - int vnodeNumber, int dumpEverything); + int volid, int vnodeNumber, int dumpEverything); static int ReadDumpHeader(register struct iod *iodp, struct DumpHeader *hp); static int ReadVnodes(register struct iod *iodp, Volume *vp, int incremental, afs_int32 *Lbuf, afs_int32 s1,