Subject: Re: CVS commit: src/sys
To: Tom Spindler <dogcow@NetBSD.org>
From: Elad Efrat <elad@NetBSD.org>
List: source-changes
Date: 02/06/2008 14:14:29
Tom Spindler wrote:
>> Modified Files:
>> 	src/sys/arch/sun3/dev: xd.c xy.c
>> 	src/sys/dev/vme: xd.c xy.c
> 
> These don't seem to actually compile.
> /home/dogcow/work/nbsrc/sys/dev/vme/xd.c:1013: error: 'KAUTH_REQ_DEVICE_PASSTHRU_WRITE' undeclared (first use in this function)
> 
> and if you change those to KAUTH_REQ_DEVICE_RAWIO_PASSTHRU_WRITE, you then
> get the following, new, exciting errors:
> 
> /home/dogcow/work/nbsrc/sys/dev/vme/xy.c: In function 'xy_getkauthreq':         
> /home/dogcow/work/nbsrc/sys/dev/vme/xy.c:942: error: 'XYCMD_WRP' undeclared (first use in this function)                                                        
> /home/dogcow/work/nbsrc/sys/dev/vme/xy.c:1097: warning: function declaration isn't a prototype                                                                  
> 
> etc.
> 

Should be fixed, thanks.

-e.