From: probreak@matt.ksu.ksu.edu (James Michael Chacon) Subject: Re: UUCP 103 (taylor) Date: 26 Dec 1992 07:13:36 -0600
Dave-Nuttall@cup.portal.com (David Dave Nuttall) writes:
>I am also having difficulty compiling Taylor UUCP 103 under Linux 0.99pl1.
>Commenting out the line:
> #define strncasecmp strnicmp
>does not fix it....rather it results in an error pointing at line
>1182 which is apparently:
> extern int strncasecmp P((const char *z1, const char *z2, int clen));
>If you comment out that line, it just gets worse!
>Any constructive comments would be appreciated.
>Thanks.
>(And "Read the FAQ" is cute, but no always instructive or constructive.)
Where are you commenting out the code.. That looks like the standard
include file line there:
extern int strncasecmp P((const char *z1, const char *z2, int clen));
Comment out the offending redefinition in the uucp code where it barfs. Should
work then
James