Patch for openssh server

Christian Iversen chrivers at iversen-net.dk
Tue Aug 15 23:44:18 EST 2006


On Tuesday 15 August 2006 15:38, Daniel Kahn Gillmor wrote:
> 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.

Oh, now I get it. Will fix :)

-- 
Regards,
Christian Iversen



More information about the openssh-unix-dev mailing list