> Próbowałem kompilować iptables złatkowany i oto co dostaje: > (iptables 1.2.10 i 1.2.11) > > (...) > cc -O2 -Wall -Wunused -I/usr/src/linux/include -Iinclude/ -DIPTABLES_VERSION > =\"1.2.10\" -D_UNKNOWN_KERNEL_POINTER_SIZE -fPIC -o > extensions/libip6t_rt_sh.o -c extensions/libip6t_rt.c > ld -shared -o extensions/libip6t_rt.so extensions/libip6t_rt_sh.o > cc -O2 -Wall -Wunused -I/usr/src/linux/include -Iinclude/ -DIPTABLES_VERSION > =\"1.2.10\" -D_UNKNOWN_KERNEL_POINTER_SIZE -DIPT_LIB_DIR=\"/usr/local/lib/i > ptables\" -c -o iptables.o iptables.c > In file included from /usr/include/bits/sigcontext.h:28, > from /usr/include/signal.h:326, > from /usr/include/sys/wait.h:30, > from iptables.c:41: > /usr/include/asm/sigcontext.h:79: error: parse error before '*' token > /usr/include/asm/sigcontext.h:82: error: parse error before '}' token > make: *** [iptables.o] Błąd 1 > > Czego mu brakuje?
Dobra problem rozwiązany.... brakowało nagłówków kernela.

