K 10 svn:author V 7 rwatson K 8 svn:date V 27 2006-03-20T14:24:21.000000Z K 7 svn:log V 474 Merge fifo_vnops.c:1.133 from HEAD to RELENG_6: If fifo_open() is called with a negative file descriptor, return EINVAL rather than panicking later. This can occur if the kernel calls vn_open() on a fifo, as there will be no associated file descriptor, and therefore the file descriptor operations cannot be modified to point to the fifo operation set. Reported by: Martin PR: 94278 Approved by: re (scottl) END