-@@ -62,6 +66,33 @@
- .Fa flags
- argument transparently to
- .Xr getfsstat 2 .
-+#ifdef UNIFDEF_LEGACY_64_APIS
-+.Pp
-+Like
-+.Xr getfsstat 2 ,
-+when the macro
-+.Dv _DARWIN_FEATURE_64_BIT_INODE
-+is defined, the
-+.Ft ino_t
-+type will be 64-bits (force 64-bit inode mode by defining the
-+.Dv _DARWIN_USE_64_BIT_INODE
-+macro before including header files).
-+This will cause the symbol variant of
-+.Fn getmntinfo ,
-+with the
-+.Fa $INODE64
-+suffixes, to be automatically linked in.
-+In addition, the
-+.Ft statfs
-+structure will be the 64-bit inode version.
-+If
-+.Dv _DARWIN_USE_64_BIT_INODE
-+is not defined, both
-+.Fn getmntinfo
-+and the
-+.Ft statfs
-+structure will refer to the 32-bit inode versions.
-+#endif /* UNIFDEF_LEGACY_64_APIS */
- .Sh RETURN VALUES
- On successful completion,