Blaza - 2005-03-30

Trying to compile iptables-p2p-0.3.0a with iptables-1.3.1 (kernel 2.4.29) I get this errors:

make -C iptables
make[1]: Entering directory /usr/src/iptables-p2p-0.3.0a/iptables'
gcc -O2 -Wall -DIPTABLES_VERSION=\"1.3.1\" -I../common  -c -o libipt_p2p.o libipt_p2p.c
libipt_p2p.c:75: warning: initialization makes integer from pointer without a cast
libipt_p2p.c:75: error: initializer element is not computable at load time
libipt_p2p.c:75: error: (near initialization for p2p.revision')

I already copied headers from iptables to /usr/include (it was worse before)