Subject: CVS commit: src/dist/ipf/lib
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 03/28/2004 14:15:38
Module Name:	src
Committed By:	he
Date:		Sun Mar 28 14:15:38 UTC 2004

Modified Files:
	src/dist/ipf/lib: kmem.c

Log Message:
Since the return value from openkmem() is not used as a token for
subsequent operations, just as a success/failure indicator, return
(kvm_f != NULL) instead of the non-portable cast (int)kvm_f.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 src/dist/ipf/lib/kmem.c

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