Subject: Re: CVS commit: basesrc
To: None <thorpej@netbsd.org>
From: Assar Westerlund <assar@sics.se>
List: source-changes
Date: 08/06/2000 23:39:21
Jason R Thorpe <thorpej@netbsd.org> writes:
> Module Name:	basesrc
> Committed By:	thorpej
> Date:		Sun Aug  6 06:48:51 UTC 2000
> 
> Modified Files:
> 	basesrc/crypto/dist/heimdal/kadmin: kadm_conn.c kadmind.c
> 
> Log Message:
> Use socklen_t as appropriate, so that this compiles on LP64
> systems.

There are lots (or at least, some) other places where `int' is used
where `socklen_t' would be the right thing.  Did you just not trip
over them yet or was there any reason for not fixing them?  If they
require fixing, I can take care of it.

/assar