1 --- getmntinfo.3.orig 2010-06-17 09:25:28.000000000 -0700
2 +++ getmntinfo.3 2010-06-17 09:26:43.000000000 -0700
4 .\" @(#)getmntinfo.3 8.1 (Berkeley) 6/9/93
5 .\" $FreeBSD: src/lib/libc/gen/getmntinfo.3,v 1.13 2007/01/09 00:27:54 imp Exp $
14 .Nd get information about mounted file systems
22 .Fn getmntinfo "struct statfs **mntbufp" "int flags"
23 +.Sh TRANSITIIONAL SYNOPSIS (NOW DEPRECATED)
26 +.Fn getmntinfo64 "struct statfs64 **mntbufp" "int flags" ;
34 structures describing each currently mounted file system (see
38 +indicates, the structure is defined differently depending on
39 +whether the macro _DARWIN_FEATURE_64_BIT_INODE is defined (see
41 +for more information on this macro).
45 @@ -82,9 +91,26 @@ routines
49 +.Sh TRANSITIONAL DESCRIPTION (NOW DEPRECATED)
52 +routine is equivalent to its corresponding non-64-suffixed routine,
53 +when 64-bit inodes are in effect.
54 +It was added before there was support for the symbol variants, and so is
56 +Instead of using it, set the
57 +.Dv _DARWIN_USE_64_BIT_INODE
58 +macro before including header files to force 64-bit inode support.
62 +structure used by this deprecated routine is the same as the
64 +structure when 64-bit inodes are in effect.