Module Name: src Committed By: christos Date: Thu Sep 29 20:50:09 UTC 2011
Modified Files: src/sys/lib/libkern: kern_assert.c libkern.h Log Message: Don't include <sys/systm.h> because it brings in too much stuff that conflicts with standalone code. Instead modify kern_assert() to be like panic() and call that. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/lib/libkern/kern_assert.c cvs rdiff -u -r1.101 -r1.102 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.