summaryrefslogtreecommitdiff
path: root/net/coda5_server/files/patch-coda-src-venus-fso.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/coda5_server/files/patch-coda-src-venus-fso.h')
-rw-r--r--net/coda5_server/files/patch-coda-src-venus-fso.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/coda5_server/files/patch-coda-src-venus-fso.h b/net/coda5_server/files/patch-coda-src-venus-fso.h
new file mode 100644
index 000000000000..9da292d69e52
--- /dev/null
+++ b/net/coda5_server/files/patch-coda-src-venus-fso.h
@@ -0,0 +1,20 @@
+--- coda-src/venus/fso.h.orig Fri Aug 6 23:31:46 2004
++++ coda-src/venus/fso.h Fri Aug 6 23:32:05 2004
+@@ -537,7 +537,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)
+@@ -545,7 +545,7 @@
+ else
+ return 0;
+ }
+- void SetAskingAllowed(enum HoardAskState new_state)
++ void SetAskingAllowed(HoardAskState new_state)
+ { AskingAllowed = new_state; }
+ int IsAskingAllowed()
+ { if (AskingAllowed == HA_Ask)