phk 2004-12-13 07:41:19 UTC
FreeBSD src repository
Modified files:
sys/fs/devfs devfs_vnops.c
Log:
Another FNONBLOCK -> O_NONBLOCK.
Don't unconditionally set IO_UNIT to device drivers in write: nobody
checks it, and since it was always set it did not carry information anyway.
Revision Changes Path
1.92 +2 -2 src/sys/fs/devfs/devfs_vnops.c