Oleg Kokorin - 2005-10-31

Logged In: YES
user_id=1357378

don't know if this field really used inside kernel,
however go to /usr/src/linux/include/net/sock.h,
look for "struct sock" and add at the end if it's
declaration (before } sign) following line:
"struct sock *sk_pair;"
this is what helped to bypass compilation issue (and as far
as I understood is minimal non-causing problems patch)
linux-kernels 2.6.10, 2.6.12 affected as well