From: Andrew Morton <akpm@digeo.com>
To: "jds" <jds@soltis.cc>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Problem compile module vmnet VMWARE 4.0 in 2.4.70-mm8
Date: Wed, 11 Jun 2003 13:08:50 -0700 [thread overview]
Message-ID: <20030611130850.358276ae.akpm@digeo.com> (raw)
In-Reply-To: <20030611192737.M39931@soltis.cc>
"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.
next prev parent reply other threads:[~2003-06-11 20:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-11 19:30 Problem compile module vmnet VMWARE 4.0 in 2.4.70-mm8 jds
2003-06-11 20:08 ` Andrew Morton [this message]
2003-06-11 20:09 ` jds
2003-06-13 17:38 ` Problems in kernel 2.4.70-mm9 with pcmcia xircom_cb jds
-- strict thread matches above, loose matches on Subject: below --
2003-06-11 20:09 Problem compile module vmnet VMWARE 4.0 in 2.4.70-mm8 Petr Vandrovec
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030611130850.358276ae.akpm@digeo.com \
--to=akpm@digeo.com \
--cc=jds@soltis.cc \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox