viced-add-missing-comma-in-64bit-detailed-stats-case-20011114
authorDerrick Brashear <shadow@dementia.org>
Wed, 14 Nov 2001 23:59:57 +0000 (23:59 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 14 Nov 2001 23:59:57 +0000 (23:59 +0000)
and due to no prototypes this slipped right on by

src/libafs/MakefileProto.SOLARIS.in
src/viced/afsfileprocs.c

index 497b22c..ebd2c36 100644 (file)
@@ -36,7 +36,7 @@ KDEFS= -Dsun4c -DSUN4C_60 -DNFSCLIENT -DSYSACCT -DOLDSCSI -DVDDRV -D_KERNEL \
 
 <sun4x_57 sun4x_58 sun4x_59>
 KDEFS_32 = 
-KDEFS_64 = -xarch=v9
+KDEFS_64 = -xarch=v9 
 
 <all>
 CFLAGS=-I. -I.. -I${TOP_OBJDIR}/src/config ${FSINCLUDES} $(DEFINES) $(KDEFS) $(KOPTS) ${DBUG}
index 262888b..cbac536 100644 (file)
@@ -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))