Get rid of E_INVALID_OBJECT.
authorAndre Noll <maan@systemlinux.org>
Fri, 20 Jun 2008 08:22:33 +0000 (10:22 +0200)
committerAndre Noll <maan@systemlinux.org>
Fri, 20 Jun 2008 08:22:33 +0000 (10:22 +0200)
It's introduction of the one-byte header for mapped objects
was a bad move because it changes the alignment of mapped objects.

This also simplifies the code a bit. The downside is of course
that this changes the on-disk data format. But hey, this stuff
is still pre-beta, so..


No differences found