K 10 svn:author V 6 marcel K 8 svn:date V 27 2001-09-26T05:39:59.000000Z K 7 svn:log V 364 The arg parameter is passed by value in Linux, but not in FreeBSD. We still have to account for a copyin. Make sure the copyin will succeed by passing the FreeBSD syscall a pointer to userspace, albeit one that's automagically mapped into kernel space. Reported by: mr, Mitsuru IWASAKI Tested by: Mitsuru IWASAKI END