home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / non-ade-patches-src.tgz / tar.out / non-ADE-patches / fd.diffs next >
Text File  |  1996-09-28  |  2KB  |  54 lines

  1. This file contains patches that need to be applied to the standard
  2. AT/VISCorp "fd" files from the v40 NDUK archive.  First copy the "fd"
  3. directory from the NDUK to ADE:os-lib/fd, then cd to that directory
  4. and run:
  5.  
  6.         patch -p2 -E -b .pbak <diff-file
  7.  
  8. where 'diff-file' is this patch file.  After running patch you should
  9. remove all the generated *.pbak files, and look for any *.rej files
  10. that indicate a problem patching the files.
  11.  
  12. ============================================================================
  13.  
  14. diff -rc v40/fd/amigaguide_lib.fd os-lib/fd/amigaguide_lib.fd
  15. *** v40/fd/amigaguide_lib.fd    Fri Oct 15 10:47:58 1993
  16. --- os-lib/fd/amigaguide_lib.fd    Tue Aug 13 19:33:10 1996
  17. ***************
  18. *** 13,19 ****
  19.   ##private
  20.   amigaguidePrivate2()()
  21.   ##public
  22. ! OpenAmigaGuideA(nag,*)(a0/a1)
  23.   OpenAmigaGuideAsyncA(nag,attrs)(a0,d0)
  24.   CloseAmigaGuide(cl)(a0)
  25.   AmigaGuideSignal(cl)(a0)
  26. --- 13,19 ----
  27.   ##private
  28.   amigaguidePrivate2()()
  29.   ##public
  30. ! OpenAmigaGuideA(nag,attrs)(a0/a1)
  31.   OpenAmigaGuideAsyncA(nag,attrs)(a0,d0)
  32.   CloseAmigaGuide(cl)(a0)
  33.   AmigaGuideSignal(cl)(a0)
  34. diff -rc v40/fd/commodities_lib.fd os-lib/fd/commodities_lib.fd
  35. *** v40/fd/commodities_lib.fd    Fri Oct 15 10:48:00 1993
  36. --- os-lib/fd/commodities_lib.fd    Tue Aug 13 19:33:20 1996
  37. ***************
  38. *** 7,13 ****
  39.   *
  40.   CreateCxObj(type,arg1,arg2)(d0/a0/a1)
  41.   CxBroker(nb,error)(a0,d0)
  42. ! ActivateCxObj(co,true)(a0,d0)
  43.   DeleteCxObj(co)(a0)
  44.   DeleteCxObjAll(co)(a0)
  45.   CxObjType(co)(a0)
  46. --- 7,13 ----
  47.   *
  48.   CreateCxObj(type,arg1,arg2)(d0/a0/a1)
  49.   CxBroker(nb,error)(a0,d0)
  50. ! ActivateCxObj(co,tf)(a0,d0)
  51.   DeleteCxObj(co)(a0)
  52.   DeleteCxObjAll(co)(a0)
  53.   CxObjType(co)(a0)
  54.