Re: [mpls-linux-general] compiling with kernels >= 2.6.11
Status: Beta
Brought to you by:
jleu
|
From: Achim F. <mai...@ah...> - 2005-10-29 14:35:39
|
Daniel Quinlan wrote:
>
> -------------8<--------------------
> net/mpls/af_mpls.c:40: error: `sock_no_release' undeclared here (not in
> a function)
> net/mpls/af_mpls.c:40: error: initializer element is not constant
> net/mpls/af_mpls.c:40: error: (near initialization for
> `mpls_sk_ops.release')
> make[3]: *** [net/mpls/af_mpls.o] Error 1
> -------------8<--------------------
It should be safe to comment out line 40 in af_mpls.c
(".release = sock_no_release,")
achim
|