Zaptel - Compile Module Problem - int in `module_param'

Hi,

I am trying to compile the Zaptel drivers and it failing in the function call `module_param’, at the end of the C file. Ohh so close, but yet so far! I searched for an answer on the WWW, and found some heavy discussion in ints and uints etc, and how people have not don’t the right thing for declarations etc, but no solution. Any one out there? Please?

Ver: FC 2 linux-2.6.5-1.358

Error:

make -C /usr/src/linux-2.6 SUBDIRS=/usr/src/bristuff-0.2.0-RC8s/cwain ZAP=-I/usr/src/bristuff-0.2.0-RC8s/zaptel modules
make[1]: Entering directory /usr/src/linux-2.6.5-1.358' CC [M] /usr/src/bristuff-0.2.0-RC8s/cwain/cwain.o /usr/src/bristuff-0.2.0-RC8s/cwain/cwain.c:1618: error: syntax error before "int" /usr/src/bristuff-0.2.0-RC8s/cwain/cwain.c:1618: warning: type defaults toint’ in declaration of module_param' /usr/src/bristuff-0.2.0-RC8s/cwain/cwain.c:1618: warning: function declaration isn't a prototype /usr/src/bristuff-0.2.0-RC8s/cwain/cwain.c:1618: warning: data definition has no type or storage class /usr/src/bristuff-0.2.0-RC8s/cwain/cwain.c:1619: error: syntax error before "int" /usr/src/bristuff-0.2.0-RC8s/cwain/cwain.c:1619: warning: type defaults toint’ in declaration of module_param' /usr/src/bristuff-0.2.0-RC8s/cwain/cwain.c:1619: warning: function declaration isn't a prototype /usr/src/bristuff-0.2.0-RC8s/cwain/cwain.c:1619: warning: data definition has no type or storage class make[2]: *** [/usr/src/bristuff-0.2.0-RC8s/cwain/cwain.o] Error 1 make[1]: *** [/usr/src/bristuff-0.2.0-RC8s/cwain] Error 2 make[1]: Leaving directory/usr/src/linux-2.6.5-1.358’
make: *** [linux26] Error 2
install -D -m 644 cwain.ko /lib/modules/uname -r/misc/cwain.ko
install: cannot stat `cwain.ko’: No such file or directory
make: *** [installlinux26] Error 1