K 10 svn:author V 3 kib K 8 svn:date V 27 2011-03-25T10:57:57.317328Z K 7 svn:log V 409 Fix file leakage in the freebsd32_ioctl routines. Code inspection shows freebsd32_ioctl calls fget for a fd and calls a subroutine to handle each specific ioctl. It is expected that the subroutine will call fdrop when done. However many of the subroutines will exit out early if copyin encounters an error resulting in fdrop never being called. Submitted by: John Wehle MFC after: 3 days END