K 10 svn:author V 7 rwatson K 8 svn:date V 27 2006-03-20T14:25:19.000000Z K 7 svn:log V 312 Merge ktrace.c:1.21 from HEAD to RELENG_6: When opening a trace file, open O_NONBLOCK so that ktrace doesn't stall if the target is a fifo. After opening a trace file, check that it is a regular file, and if not, return an error. Reported by: kris PR: 94278 Approved by: re (scottl) END