Removed the following lines from m_compress:
authorPaul Richards <paul@isl.cf.ac.uk>
Sat, 11 Jun 1994 23:06:35 +0000 (23:06 +0000)
committerPaul Richards <paul@isl.cf.ac.uk>
Sat, 11 Jun 1994 23:06:35 +0000 (23:06 +0000)
commit2fc65aea23d0e5fc95b66e35633ab13fbd292027
tree1990861b9e2b93455592bd9d961e779b50fbc2af
parent8aaa11dadd84c0ee51c8629bb7baa385c0b693bb
Removed the following lines from m_compress:
                if (in->m_flags & M_EXT) {
#ifdef DEBUG
                        ASSERT(in->m_len == 0);
#endif
                }

since they do nothing unless DEBUG is set and if it is set the compile
falls over because ASSERT is only defined when the netiso code is
included. A more correct fix would probably be to wrap m_compress
with a ifdef NISO but m_compress is moved to the netiso directory in
4.4 anyway so simpler to just yank this bit of DEBUG code for 1.1.5
sys/kern/uipc_mbuf.c