K 10 svn:author V 8 truckman K 8 svn:date V 27 2002-10-03T02:13:00.000000Z K 7 svn:log V 302 In an SMP environment post-Giant it is no longer safe to blindly dereference the struct sigio pointer without any locking. Change fgetown() to take a reference to the pointer instead of a copy of the pointer and call SIGIO_LOCK() before copying the pointer and dereferencing it. Reviewed by: rwatson END