freebsd-ports/net/coda6_server/files/patch-coda-src-venus-comm.cc
Sergey A. Osokin e662720ff2 Update coda5*- and coda6*-affiliated software.
Fix build under fresh -CURRENT (gcc 3.4.2).

Bump or remove PORTREVISION where it needed.
2004-08-10 17:06:15 +00:00

11 lines
359 B
C++

--- coda-src/venus/comm.cc.orig Fri Aug 6 23:01:08 2004
+++ coda-src/venus/comm.cc Fri Aug 6 23:02:04 2004
@@ -173,7 +173,7 @@
sei.AckPoint = sftp_ackpoint;
sei.PacketSize = sftp_packetsize;
sei.EnforceQuota = 1;
- sei.Port.Tag = (enum PortTag)0;
+ sei.Port.Tag = (PortTag)0;
SFTP_Activate(&sei);
/* RPC2 initialization. */