compile problem with 2.1.79 + pre-patch-2.1.80-4

Sebastian Kuzminsky (kuzminsk@taussky.cs.colorado.edu)
Mon, 19 Jan 1998 19:55:52 -0700


raid5 wont compile for me:

gcc -D__KERNEL__ -I/usr/local/src/linux-2.1.79/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -D__SMP__ -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -D__SMP__ -DMODULE -DMODVERSIONS -include /usr/local/src/linux-2.1.79/include/linux/modversions.h -c -o raid5.o raid5.c
raid5.c: In function `raid5_run':
raid5.c:1375: too many arguments to function `__get_free_pages_R5b3b8f78'
make[2]: *** [raid5.o] Error 1

I'm using old development tools, which may have somthing to do with
the problem... It compiled fine with these tools, without the 2.1.80-4
pre-patch.

gcc 2.7.2.1
binutils 2.7.1 (with BFD 2.7.0.9)

Sebastian