|
|
@ -1,50 +0,0 @@ |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|
|
|
# |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# Please add additional copyright information _after_ the line containing |
|
|
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|
|
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|
|
|
# |
|
|
|
# ROCK Linux: rock-src/package/rene/coda/gcc34.diff |
|
|
|
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
|
|
|
# |
|
|
|
# This patch file is dual-licensed. It is available under the license the |
|
|
|
# patched project is licensed under, as long as it is an OpenSource license |
|
|
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|
|
|
# of the GNU General Public License as published by the Free Software |
|
|
|
# Foundation; either version 2 of the License, or (at your option) any later |
|
|
|
# version. |
|
|
|
# |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
--- ./coda-src/venus/fso.h.orig 2004-09-11 20:23:20.808096008 +0200
|
|
|
|
+++ ./coda-src/venus/fso.h 2004-09-11 20:24:28.690776272 +0200
|
|
|
|
@@ -539,7 +539,7 @@
|
|
|
|
void DetachHdbBindings(); |
|
|
|
void DetachHdbBinding(binding *, int =0); |
|
|
|
int PredetermineFetchState(int, int); |
|
|
|
- void SetFetchAllowed(enum HoardFetchState new_state)
|
|
|
|
+ void SetFetchAllowed(HoardFetchState new_state)
|
|
|
|
{ FetchAllowed = new_state; } |
|
|
|
int IsFetchAllowed() |
|
|
|
{ if (FetchAllowed == HF_Fetch) |
|
|
|
@@ -547,7 +547,7 @@
|
|
|
|
else |
|
|
|
return 0; |
|
|
|
} |
|
|
|
- void SetAskingAllowed(enum HoardAskState new_state)
|
|
|
|
+ void SetAskingAllowed(HoardAskState new_state)
|
|
|
|
{ AskingAllowed = new_state; } |
|
|
|
int IsAskingAllowed() |
|
|
|
{ if (AskingAllowed == HA_Ask) |
|
|
|
--- ./coda-src/venus/comm.cc.orig 2004-09-11 20:24:39.570122360 +0200
|
|
|
|
+++ ./coda-src/venus/comm.cc 2004-09-11 20:24:47.975844496 +0200
|
|
|
|
@@ -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. */ |