K 10 svn:author V 5 peter K 8 svn:date V 27 1995-07-16T14:10:55.000000Z K 7 svn:log V 368 This fixes a compiler warning, and a cosmetic problem with the linux emul code when compiling with "options KTRACE". ktrsyscall() was expecting an array of integers, this was passing the address of a structure containing an array of integers.. The cosmetic problem was that it was calling the "enter syscall" trace hook twice - this looks like a cut/paste error/typo. END