ports/net/coda5_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
339 B
C++

--- coda-src/venus/comm.cc.orig Fri Aug 6 23:32:52 2004
+++ coda-src/venus/comm.cc Fri Aug 6 23:33:07 2004
@@ -245,7 +245,7 @@
sei.PacketSize = sftp_packetsize;
sei.EnforceQuota = 1;
- sei.Port.Tag = (enum PortTag)0;
+ sei.Port.Tag = (PortTag)0;
if (!masquerade) {
sei.Port.Tag = RPC2_PORTBYINETNUMBER;