K 10 svn:author V 7 iwasaki K 8 svn:date V 27 2003-10-11T15:08:32.000000Z K 7 svn:log V 319 Fix some problems in linux_sendmsg() and linux_recvmsg(). - Allocate storage for uap->msg always because it is copyin()'ed in native sendmsg(). - Convert sockopt level from Linux to FreeBSD after native recvmsg() calling. - Some cleanups. Tested with: Oracle 9i shared server connection mode. MFC after: 1 week END