K 10 svn:author V 5 peter K 8 svn:date V 27 1996-01-01T17:05:07.000000Z K 7 svn:log V 294 Fix the reversed source and dest args to bcopy() in the kernel space sysctl handler (ouch!) Add a "const" qualifier to the source of the copyin() and copyout() functions - the other const warning in kern_sysctl.c was silenced when copyout was declared as having a const source.. (which it is) END