Subject: Re: build failure
To: C Kane <ckane@best.com>
From: Nathan J. Williams <nathanw@MIT.EDU>
List: current-users
Date: 02/23/1999 04:15:45
	
C Kane <ckane@best.com> writes:

> 
> cc  -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes  -Wpointer-arith -Wno-main -I. -I../../../../arch -I../../../.. -nostdinc -DMCLSHIFT="0xb" -DNMBCLUSTERS="0x2000" -DMSGBUFSIZE="0x8000" -DDEBUG_ISAPNP -DLKM -DDIAGNOSTIC -DNS -DMAXUSERS=64 -D_KERNEL -Di386  -c ../../../../dev/isapnp/wss_isapnp.c
> ../../../../dev/isapnp/wss_isapnp.c: In function `wss_isapnp_attach':
> ../../../../dev/isapnp/wss_isapnp.c:123: structure has no member named `wss_drq'
> *** Error code 1
> 
> Stop.

	Fixed (looks like the PnP attachment was missed in the recent
work on the wss driver). Thanks!

	- Nathan