Ethereal-dev: Re: [ethereal-dev] zlib support issue

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Mon, 24 Jan 2000 20:50:32 -0800
> 	is it okay if I commit the patch?  hope this does not break other
> 	platforms.

It doesn't break FreeBSD 3.3, and I already checked it in:

RCS file: /usr/local/cvsroot/ethereal/wiretap/file_wrappers.c,v
Working file: file_wrappers.c
head: 1.4
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 4;     selected revisions: 4
description:
----------------------------
revision 1.4
date: 2000/01/25 04:49:55;  author: guy;  state: Exp;  lines: +9 -3
"gztell()" is also affected by the libz mess on platforms where "off_t"
is bigger than a "long"; this is itojun's fix for that, turning
"file_tell()" into a wrapper function in "file_wrappers.c", just like
"file_seek()".