Ethereal-dev: Re: [ethereal-dev] My diffs for pseudo real-time capture

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

From: Gilbert Ramirez <gramirez@xxxxxxxxxx>
Date: Fri, 30 Apr 1999 14:32:47 -0500
On Thu, Apr 29, 1999 at 05:20:44PM -0500, John McDermott wrote:
> 
> Attached are the CVS diffs for the changes I made.  See my last message for
> further details.

For Solaris 2.6 in ethereal.c, I had to change

> #include <posix1_lim.h>

to <limits.h>. I haven't checked closely to see what you get from
<posix1_lim.h>, so I hope the values in the two files are the same. :)

--gilbert