Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys
> 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.
Home |
Main Index |
Thread Index |
Old Index