Re: libwww contributions

Thanks for the update - I can confirm that this change
has fixed my previous compile problem.
I'm not using Solaris; just a fairly bog-standard
Linux setup (FC4). I do currently have access to a
Solaris box, should you require any testing /
confirmation of bugs.

--- Vic Bancroft <bancroft@dlogic.org> wrote:

> Bobby Jack wrote:
> 
> >It looks as if the 2.128 commit accidentally
> changed
> >the angle bracket entities (&lt; and &rt;) into
> >genuine angle bracket characters (< and >), and I
> >guess that part of the header-generating code (not
> >sure where yet, just dipping my toe at the moment)
> >strips out HTML tags.
> >  
> >
> Good catch, the correction has been checked in as
> new revision: 2.129
> 
>     $ cvs diff wwwsys.html
>     Index: wwwsys.html
>    
>
===================================================================
>     RCS file:
> /sources/public/libwww/Library/src/wwwsys.html,v
>     retrieving revision 2.128
>     diff -r2.128 wwwsys.html
>     750c750
>     < #include <stddef.h>
>     ---
>      > #include &lt;stddef.h&gt;
> 
> Did you perhaps try this on a Solaris machine ?
> 
> more,
> l8r,
> v
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Received on Sunday, 12 March 2006 15:43:14 UTC