]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
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 497b22cb18e21b4c51a246268f78d29448eff59e..ebd2c36f43d31045c4fd16f6a1fa7c842e60a082 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 262888bef8f16e3a3f57893c4c858d61a1f824be..cbac536a47979ad6128771c6bb4f62097689ae60 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))