Add forward compatibility so that new binaries can run on old kernels. If the new system call from ino64 isn't available on your system, then the old one will be used and the results translated. The stat and statfs families of functions are fully emulated. The getdirentries family uses tricks that may not work on remote filesystems. While not required by policy, in this case it is helpful to our users.
Tested on: 12-current binaries on a 10.3-beta kernel run and return consistent results.
(this isn't 100% the commit message, since differential won't let me cut and paste that verbatim)