home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume6 / misc.patches1 / getpaths.mods < prev    next >
Encoding:
Internet Message Format  |  1986-11-30  |  540 b 

  1. From: ihnp4!icom!andy (Andrew H. Marrinson at Icom Systems, Inc.)
  2. Subject: Re: getpaths -- oscantree.c NG on sysV
  3. Cc: jbuck@epimass
  4.  
  5. The scan_tree function supplied for system V and V7 doesn't work on my
  6. SV.2 Vax.  Fortunately, there is an easy solution; I just added the line:
  7.     #define scan_tree(XP,XF) ftw(XP,XF,10)
  8. to the front of my getpath.c, changed the makefile accordingly, and voila.
  9. Now on version 7 you've got a bug to fix.
  10.  
  11. ---
  12. Andrew H. Marrinson
  13. ICOM Systems, Inc.
  14. Arlington Heights, IL 60005
  15. andy@icom.UUCP {ihnp4!icom!andy}
  16.