Subject: Re: CVS commit: src/crypto/dist/ipsec-tools/src/libipsec
To: Christos Zoulas <christos@netbsd.org>
From: David Laight <david@l8s.co.uk>
List: source-changes
Date: 06/29/2005 07:50:01
On Tue, Jun 28, 2005 at 04:12:42PM +0000, Christos Zoulas wrote:
> 
> Module Name:	src
> Committed By:	christos
> Date:		Tue Jun 28 16:12:42 UTC 2005
> 
> Modified Files:
> 	src/crypto/dist/ipsec-tools/src/libipsec: pfkey.c
> 
> Log Message:
> Add proper casts. Fix a problem where (uint32_t < ~0). Cast both ~0's to
> u_int, since this is what the author intended.

Surely ~0u is better?
Also isn't doing these sort of changes to code in dist rather pointless
and just making the job of integrating any updates much harder?

	David

-- 
David Laight: david@l8s.co.uk