K 10 svn:author V 3 jhb K 8 svn:date V 27 2008-10-22T21:55:48.511238Z K 7 svn:log V 333 Split the copyout of *base at the end of getdirentries() out leaving the rest in kern_getdirentries(). Use kern_getdirentries() to implement freebsd32_getdirentries(). This fixes a bug where calls to getdirentries() in 32-bit binaries would trash the 4 bytes after the 'long base' in userland. Submitted by: ups MFC after: 1 week END