Date: Tue, 30 May 2000 11:03:54 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: netbd.h, sockets.h, in.h and types.h don't work In-Reply-To: <8gvdr0$a4i$2@bob.news.rcn.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 30 May 2000, Chris Lee wrote: > >> The solution to the problem is pretty simple. DJGPP should seriously > >> consider adding/intergrating the WATT32 and libnet packages to the basic > >> distrubtion. > > > >Patches to make this happen are most welcome. > > What do you need patches for? Just make sure that the various > networking files the libraries use go into the proper directories. The patches *are* to make sure the files go into proper directories, that the makefile's are updated to integrate the new files into the library build procedure, that the docs are added to the libc documentation, etc. Take a look at the recent thread about adding strrev, to see what does it take to add a tiny function to the library.