Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/dist/ipf/lib
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.
Home |
Main Index |
Thread Index |
Old Index