Apparently there is an attempt ot pass a struct dev, which the compiler
obviously doesn't know about to the get_sock_proxy function. Is there a
patch to fix this already? If there isn't, sorry I can't supply one
right now.
I have upgraded my libc, to lib-5.4.17 since that was the most recent
one, so perhaps that's where the fault lies. Any ideas?
make[3]: Entering directory `/usr/src/linux/net/ipv4'
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strength-reduce -pipe -m486 -DCPU=486 -c -o
tcp_ipv4.o tcp_ipv4.c
tcp_ipv4.c: In function `tcp_v4_rcv':
tcp_ipv4.c:1021: `dev' undeclared (first use this function)
tcp_ipv4.c:1021: (Each undeclared identifier is reported only once
tcp_ipv4.c:1021: for each function it appears in.)
make[3]: *** [tcp_ipv4.o] Error 1