Path: utzoo!attcan!telly!lethe!geac!becker!hybrid!scifi!bywater!uunet!virtech!cpcahil From: cpcahil@virtech.uucp (Conor P. Cahill) Newsgroups: comp.unix.sysv386 Subject: Re: uudecode on ISC 386/ix 1.0.6 Message-ID: <1990Sep11.124930.12076@virtech.uucp> Date: 11 Sep 90 12:49:30 GMT References: <755@sci34hub.UUCP> Reply-To: cpcahil@virtech.UUCP (Conor P. Cahill) Distribution: usa Organization: Virtual Technologies Inc., Sterling VA Lines: 14 In article <755@sci34hub.UUCP> gary@sci34hub.sci.com (Gary Heston) writes: >I pulled uudecode.c from uunet, but it needs something called index() >which isn't defined in a SysV environment. I'm working on getting index() is the BSD equivalent to strchr(), so you should be able to #define index(a,b) strchr(a,b) and compile the code without any problems. -- Conor P. Cahill (703)430-9247 Virtual Technologies, Inc., uunet!virtech!cpcahil 46030 Manekin Plaza, Suite 160 Sterling, VA 22170