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