[OpenAFS-devel] the "assert" mess
Jim Rees
rees@umich.edu
Mon, 13 Jan 2003 12:50:34 -0500
I'm getting four different versions of assert(), depending on what order the
include directories are searched. This is not good.
There is one version in include/afs/assert.h. It calls AssertionFailed(),
which doesn't exist as far as I can tell. This is what's breaking my
OpenBSD builds with the new Makefiles.
There are two versions in include/afs/debug.h, one for the kernel and one
for user space.
And there is one in /usr/include/assert.h. That's the one I was getting
with the old Makefiles.