Subject: CVS commit: src/crypto/dist/ipsec-tools/src/libipsec
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 06/28/2005 16:12:42
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.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/crypto/dist/ipsec-tools/src/libipsec/pfkey.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.