From 05c2a3e13addcfb05a5aa65baeccf8f5e00a6180 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Wed, 14 Nov 2001 23:59:57 +0000 Subject: [PATCH] viced-add-missing-comma-in-64bit-detailed-stats-case-20011114 and due to no prototypes this slipped right on by --- src/libafs/MakefileProto.SOLARIS.in | 2 +- src/viced/afsfileprocs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libafs/MakefileProto.SOLARIS.in b/src/libafs/MakefileProto.SOLARIS.in index 497b22cb1..ebd2c36f4 100644 --- a/src/libafs/MakefileProto.SOLARIS.in +++ b/src/libafs/MakefileProto.SOLARIS.in @@ -36,7 +36,7 @@ KDEFS= -Dsun4c -DSUN4C_60 -DNFSCLIENT -DSYSACCT -DOLDSCSI -DVDDRV -D_KERNEL \ KDEFS_32 = -KDEFS_64 = -xarch=v9 +KDEFS_64 = -xarch=v9 CFLAGS=-I. -I.. -I${TOP_OBJDIR}/src/config ${FSINCLUDES} $(DEFINES) $(KDEFS) $(KOPTS) ${DBUG} diff --git a/src/viced/afsfileprocs.c b/src/viced/afsfileprocs.c index 262888bef..cbac536a4 100644 --- a/src/viced/afsfileprocs.c +++ b/src/viced/afsfileprocs.c @@ -594,7 +594,7 @@ common_FetchData (tcon, Fid, Pos, Len, OutStatus, CallBack, Sync, type) /* actually do the data transfer */ #if FS_STATS_DETAILED - errorCode = FetchData_RXStyle(volptr, targetptr, tcall, Pos, Len, type + errorCode = FetchData_RXStyle(volptr, targetptr, tcall, Pos, Len, type, &bytesToXfer, &bytesXferred); #else if (errorCode = FetchData_RXStyle(volptr, targetptr, tcall, Pos, Len, type)) -- 2.39.5