The bug is simply that _KERNEL_STRUCTURES or _KERNEL is not being
    defined early enough, causing some #include files to not do the
    proper typedefs that later include files need.

    If you stick #define _KERNEL_STRUCTURES at the top of procmem.c,
    it works.

    Of course, there are other problems... MAP_ENTRY_IS_SUB_MAP does not
    exist any more, for example, causing additional compilation errors
    in procmem.c and procmap.c.

                                                -Matt

Reply via email to