Build failed on Kernel 2.6.4 (sock_create)
Status: Beta
Brought to you by:
mali
You can't compile LUFS 0.9.7 on Kernel 2.6.4:
---------------
/tmp/lufs-0.9.7/kernel/Linux/2.6/proc.c: In function
`sock_connect':
/tmp/lufs-0.9.7/kernel/Linux/2.6/proc.c:111: error: too
few arguments to function `sock_create'
--------------
sock_create needs an additional parameter (kernpriv),
set it to 0 and you can compile the source.
Logged In: NO
Would it be too much trouble to post the actual line of code
that should be in place after the edit?