lkml.org 
[lkml]   [2003]   [Jun]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Problem compile module vmnet VMWARE 4.0 in 2.4.70-mm8
"jds" <jds@soltis.cc> wrote:
>
> I have problems when compile module vmware 4.0 vmnet with kernel 2.5.70-mm8.
>
> ...
>
> make: Entering directory `/tmp/vmware-config0/vmnet-only'
> bridge.c: In function `VNetBridgeReceiveFromVNet':
> bridge.c:368: structure has no member named `wmem_alloc'
> bridge.c: In function `VNetBridgeUp':
> bridge.c:618: structure has no member named `protinfo'
> bridge.c: In function `VNetBridgeReceiveFromDev':
> bridge.c:817: structure has no member named `protinfo'
> make: *** [bridge.o] Error 1
> make: Leaving directory `/tmp/vmware-config0/vmnet-only'
> Unable to build the vmnet module.

You'll need to replace all instances of "wmem_alloc" with "sk_wmem_alloc"
and replace all instances of "protinfo" with "sk_protinfo". And similar if
you get more compile errors.

Lots of socket members were renamed, by adding an "sk_" prefix.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:36    [W:0.119 / U:0.004 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site