#include <asm/types.h>
Which causes net/core/firewall.c (as well as possibly others) to not
compile. It doesn't have the typedef for '--u32' without this file.
Adding this include leads to (once again) a clean compile......
-----------------------------------------------------------
The ramdisk cannot be compiled as a module in 1.3.96, due to the change:
Made ramdisk size a parameter
There is NO declaration of rd_size, if compiled as a module.
Moving the declaration of rd_size OUTSIDE of the 'ifndef MODULE'
conditional allows it to compile, but may not be the best solution.
It does work, though, with this change.
-----------------------------------------------------------
Brian A. Lantz http://www.lantz.com brian@lantz.com
REAL PORTION of Microsoft Windows code:
while (memory_available) {
eat_major_portion_of_memory (no_real_reason);
if (feel_like_it)
make_user_THINK (this_is_an_OS);
gates_bank_balance++;
}