I successfully patched the eggdrop 1.6.18 source with the appropriate IPv6 patch, but compiling is failing
Code: Select all
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c net.c
net.c: In function 'allocsock':
net.c:388: error: 'sock_list' has no member named 'af'
net.c: In function 'getsockproto':
net.c:542: error: 'sock_list' has no member named 'af'
make[1]: *** [net.o] Error 1
make[1]: Leaving directory `/home/optical/eggdrop1.6.18/src'
make: *** [modegg] Error 2
optical@61471:~/eggdrop1.6.18$
Can anyone give me a hand? The rest of it was going good
Thanks in advance