lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev Can not access remote host


From: Klaus Weide
Subject: Re: lynx-dev Can not access remote host
Date: Thu, 24 Dec 1998 05:21:27 -0600 (CST)

On Wed, 23 Dec 1998 address@hidden wrote:
[ about suggested stuff for debugging: ]
> >    if (... < 0) { 
> >     int saved_errno = errno; 
> >         HTInetStatus("blahblah"); 
> >         errno = saved_errno; 
> >    } 
> > to make sure HTInetStatus() doesn't mess up errno. 
> 
> you did ask before - I forgot to mention - VAX C doesn't let you modify
> errno, since it's a function.

Thanks.  It's the kind of thing that sometimes makes me add `#ifdef UNIX'
even if it's not necessary (or too restrictive).

   Klaus

reply via email to

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