aboutsummaryrefslogtreecommitdiff
path: root/net/coda5_server/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'net/coda5_server/files/patch-ac')
-rw-r--r--net/coda5_server/files/patch-ac20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/coda5_server/files/patch-ac b/net/coda5_server/files/patch-ac
deleted file mode 100644
index 407ebbf4e31d..000000000000
--- a/net/coda5_server/files/patch-ac
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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));