Patch for openssh server
Daniel Kahn Gillmor
dkg-openssh.com at fifthhorseman.net
Tue Aug 15 23:38:33 EST 2006
On August 15, chrivers at iversen-net.dk said:
> On Tuesday 15 August 2006 07:53, Darren Tucker wrote:
> > Christian Iversen wrote:
> > >+ulong bytes_in = 0;
> > >+ulong bytes_out = 0;
> >
> > [...]
> >
> > > extern u_int max_packet_size;
> > > +extern u_long bytes_out;
> > > +extern u_long bytes_in;
> >
> > These types don't exactly match (u_long is preferred).
>
> I'm sorry, what do you mean?
i think he means ulong and u_long shouldn't be used interchangably.
stick with u_long.
hth,
--dkg
More information about the openssh-unix-dev
mailing list