lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev Can you help me please (fwd)


From: T.E.Dickey
Subject: Re: lynx-dev Can you help me please (fwd)
Date: Sun, 10 May 1998 13:30:17 -0400 (EDT)

> "T.E.Dickey" <address@hidden> wrote: 
> >>   extern int bzero();  
> >>   .................^  
> >>   %CC-W-TOOFEWACTUALS, Too few actual parameters in macro call.  
> >>   at line number 292 in file  
> >>   DKA200:[LYNX.LYNX2-8.WWW.LIBRARY.IMPLEMENTATION]TCP.H;1  
> > 
> >it appears that somewhere there's a definition such as 
> >        #define bzero(p,n) memset(p,0,n) 
> >which is conflicting.  The fix is to remove this 'extern int bzero();', 
> >which I'd noticed before -- it's not used in the code anyway, and is an 
> >artifact of a previous implmentation.  (I'll do that in my development 
> >version). 
>  
>        This is an FAQ which has been explained numerous times on the list. 
been there, done that: "bzero" is not referenced in the Lynx source,
except for this - I happened to notice it a while ago, and verified this.
(not an FAQ - please read it yourself ;-)

-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

[Prev in Thread] Current Thread [Next in Thread]