diff options
Diffstat (limited to 'net-fs/coda-client/files/coda-client-5.3.19-gentoo2.patch')
-rw-r--r-- | net-fs/coda-client/files/coda-client-5.3.19-gentoo2.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-fs/coda-client/files/coda-client-5.3.19-gentoo2.patch b/net-fs/coda-client/files/coda-client-5.3.19-gentoo2.patch new file mode 100644 index 000000000000..2170ce2c8f10 --- /dev/null +++ b/net-fs/coda-client/files/coda-client-5.3.19-gentoo2.patch @@ -0,0 +1,20 @@ +--- coda-5.3.19/coda-src/venus/fso_cachefile.cc 2001-05-17 16:26:53.000000000 -0500 ++++ coda-5.3.19/coda-src/venus/fso_cachefile.cc.new 2002-10-23 16:12:33.000000000 -0500 +@@ -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)); |