pkgsrc/net/coda5_server/patches/patch-af
drochner 663b87f433 -fix build problem on -current due to changed "struct stat",
reported by Gary Duzan in PR pkg/22274
-being here, uodate to 5.3.20
 changes:
 - Updated for current autoconf/gcc build environment.
 - Repair tries to continue even when not all replicas can be mounted.
 - I _think_ this code fixes the problem where venus dies when it is
   restarted after a local-global conflict and required reinitialization.
 - Added 'masquerade_port' option to venus.conf to force venus to use a
   fixed port when 'masquerade=1'. Simplifies life for strict firewall
   administrators.
 - Improved Kerberos intergration.
 - Fixed the problem where servers would crash when more than 30000 files
   were created in a single volume.
2003-08-22 13:17:51 +00:00

22 lines
556 B
Text

$NetBSD: patch-af,v 1.1 2003/08/22 13:17:52 drochner Exp $
--- coda-src/venus/vproc.cc.orig 2003-08-22 14:10:41.000000000 +0200
+++ coda-src/venus/vproc.cc 2003-08-22 14:18:53.000000000 +0200
@@ -764,7 +764,7 @@
vap->va_flags = 0; /* must be 0 not IGNORE for BSD */
}
-
+#if 0
void VattrToStat(struct coda_vattr *vap, struct stat *sp) {
sp->st_mode = vap->va_mode;
sp->st_nlink = vap->va_nlink;
@@ -788,7 +788,7 @@
sp->st_qspare[1] = 0;
#endif /* __BSD44__ */
}
-
+#endif
void VPROC_printvattr(struct coda_vattr *vap)
{