--- coda-src/venus/fso_cachefile.cc.orig	Sun Mar  2 17:32:28 2003
+++ coda-src/venus/fso_cachefile.cc	Sun Mar  2 17:33:30 2003
@@ -132,7 +132,7 @@
 /* Must be called from within a transaction!  Assume caller has done
    RVMLIB_REC_OBJECT() */
 
-void CacheFile::Create(int newlength = 0)
+void CacheFile::Create(int newlength)
 {
     LOG(10, ("CacheFile::Create: %s, %d\n", name, newlength));
 
@@ -183,7 +183,7 @@
     return 0;
 }
 
-int CacheFile::Copy(char *destname, ino_t *ino, int recovering = 0)
+int CacheFile::Copy(char *destname, ino_t *ino, int recovering)
 {
     LOG(10, ("CacheFile::Copy: from %s, %d, %d/%d, to %s\n",
 	     name, inode, validdata, length, destname));
