Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 07/15/2000 19:04:12
Module Name: basesrc
Committed By: christos
Date: Sun Jul 16 02:04:12 UTC 2000
Modified Files:
basesrc/lib/libkvm: kvm_proc.c
Log Message:
de-lint. Most important problem was the cast from pointer to uintptr_t to
u_int64_t; changed the uintptr_t to u_long.
To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 basesrc/lib/libkvm/kvm_proc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.