Ethereal-dev: Re: [ethereal-dev] Ethereal on SINIX machines

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Thu, 30 Sep 1999 10:37:46 -0500
On Thu, Sep 30, 1999 at 08:41:14AM -0500, Uwe Girlich wrote:
> 
> 
> The correction is to change configure.in and Makefile.am to check for these
> 2 functions and use the source code from the GNU C library instead.
> I have only anonymous access to CVS but can post here the patch files for
> configure.in and Makefile.am and the new additional files strncasecmp.c and
> mkstemp.c.
> 
> How should I handle this?

Probably the easiest way for now is to check out the CVS image
through the anonymous CVS account and make your modifications.

Then provide a diff -u of your work. You can either diff between
a saved copy of the original CVS download and your copy, or:

cat "diff -u" > ~/.cvsrc
cvs diff > uwe.diff

--gilbert