Re: 2.4.19-pre4-ac1 vmware and emu10k1 problems

BODA Karoly jr. (woockie@expressz.com)
Wed, 27 Mar 2002 01:28:02 +0100 (CET)


On Tue, 26 Mar 2002, Alan Cox wrote:

> > The vmware modules will not compile properly under 2.4.19-pre4-ac1, or
> > under 2.4.19-pre2-ac2, but compile fine on their mainline kernel
> > counterparts. Here is the errors that I get from vmware-config.pl:
> Please take vmware problems up with the vmware folks

I think it would be easy to fix.. He wrote this:

/lib/modules/2.4.19-pre4-ac1/build/include/linux/malloc.h:4: #error
linux/malloc.h is deprecated, use linux/slab.h instead.
make[2]: *** [driver.d] Error 1

So change in the file where it appeared the
#include <linux/malloc.h>
to
#include <linux/slab.h>

-- 
						Woockie
..."what is there in this world that makes living worthwhile?"
Death thought about it. "CATS," he said eventually, "CATS ARE NICE."
			           (Terry Pratchett, Sourcery)

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


reply to: Alan Cox: "Re: 2.4.19-pre4-ac1 vmware and emu10k1 problems"