Re: Problem compile module vmnet VMWARE 4.0 in 2.4.70-mm8

jds (jds@soltis.cc)
Wed, 11 Jun 2003 14:09:10 -0600


Hi Andrew:

Thanks.... :)

Changes the bridge.c and compile good module vmnet

Best Regards.

Muchas Gracias

---------- Original Message -----------
From: Andrew Morton <akpm@digeo.com>
To: "jds" <jds@soltis.cc>
Sent: Wed, 11 Jun 2003 13:08:50 -0700
Subject: Re: 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.
------- End of Original Message -------

-
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/