rob 2003/09/03 16:51:48 PDT
Modified files:
sys/vfs/fifofs fifo_vnops.c
Log:
I am not certain but I believe this is what was intended, this I do know
it fixes the generic kernel build.
basically changed
- events = ap_events &
+ events = ap->a_events &
Revision Changes Path
1.10 +2 -2 src/sys/vfs/fifofs/fifo_vnops.c