Subject: CVS commit: src/sys/lib/libkern
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 09/24/2007 14:19:03
Module Name: src
Committed By: pooka
Date: Mon Sep 24 14:19:03 UTC 2007
Modified Files:
src/sys/lib/libkern: __assert.c libkern.h
Log Message:
Rename __assert() to __kernassert() so that it doesn't collide
with the libc version. They take different arguments.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/lib/libkern/__assert.c
cvs rdiff -r1.70 -r1.71 src/sys/lib/libkern/libkern.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.