K 10 svn:author V 3 phk K 8 svn:date V 27 2003-07-26T07:32:23.000000Z K 7 svn:log V 307 Add a "int fd" argument to VOP_OPEN() which in the future will contain the filedescriptor number on opens from userland. The index is used rather than a "struct file *" since it conveys a bit more information, which may be useful to in particular fdescfs and /dev/fd/* For now pass -1 all over the place. END