Subject: re: CVS commit: basesrc
To: None <thorpej@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 08/06/2000 17:32:08
   
   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.


actually systems where size_t != int.  this affected the (32bit)
sparc as well.