Subject: Re: kern/1515 - Changing netstat variables to 64 bit
To: Ignatios Souvatzis <is@jocelyn.rhein.de>
From: Darren Reed <darrenr@reed.wattle.id.au>
List: tech-net
Date: 06/09/1999 16:13:57
In some email I received from Ignatios Souvatzis, sie wrote:
> On Mon, Jun 07, 1999 at 05:04:11PM +1000, Darren Reed wrote:
> > --- 82,102 ----
> > u_char ifi_type; /* ethernet, tokenring, etc. */
> > u_char ifi_addrlen; /* media address length */
> > u_char ifi_hdrlen; /* media header length */
> > ! u_quad_t ifi_mtu; /* maximum transmission unit */
> > ! u_quad_t ifi_metric; /* routing metric (external only) */
> I say, keep them 32bit. quad for these? *shiver*
"search and replace u_long -> u_quad_t".
Thanks for reviewing it and picking that up!
Darern