mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.1 KiB

  1. --- ./coda-src/venus/fso.h.orig 2004-09-11 20:23:20.808096008 +0200
  2. +++ ./coda-src/venus/fso.h 2004-09-11 20:24:28.690776272 +0200
  3. @@ -539,7 +539,7 @@
  4. void DetachHdbBindings();
  5. void DetachHdbBinding(binding *, int =0);
  6. int PredetermineFetchState(int, int);
  7. - void SetFetchAllowed(enum HoardFetchState new_state)
  8. + void SetFetchAllowed(HoardFetchState new_state)
  9. { FetchAllowed = new_state; }
  10. int IsFetchAllowed()
  11. { if (FetchAllowed == HF_Fetch)
  12. @@ -547,7 +547,7 @@
  13. else
  14. return 0;
  15. }
  16. - void SetAskingAllowed(enum HoardAskState new_state)
  17. + void SetAskingAllowed(HoardAskState new_state)
  18. { AskingAllowed = new_state; }
  19. int IsAskingAllowed()
  20. { if (AskingAllowed == HA_Ask)
  21. --- ./coda-src/venus/comm.cc.orig 2004-09-11 20:24:39.570122360 +0200
  22. +++ ./coda-src/venus/comm.cc 2004-09-11 20:24:47.975844496 +0200
  23. @@ -173,7 +173,7 @@
  24. sei.AckPoint = sftp_ackpoint;
  25. sei.PacketSize = sftp_packetsize;
  26. sei.EnforceQuota = 1;
  27. - sei.Port.Tag = (enum PortTag)0;
  28. + sei.Port.Tag = (PortTag)0;
  29. SFTP_Activate(&sei);
  30. /* RPC2 initialization. */