K 10 svn:author V 3 phk K 8 svn:date V 27 2004-12-22T16:25:50.000000Z K 7 svn:log V 288 Shuffle numeric values of the IO_* flags to match the O_* flags from fcntl.h. This is in preparation for making the flags passed to device drivers be consistently from fcntl.h for all entrypoints. Today open, close and ioctl uses fcntl.h flags, while read and write uses vnode.h flags. END