1 --- getmntinfo.3.orig 2008-04-28 16:25:33.000000000 -0700
2 +++ getmntinfo.3 2008-04-30 04:01:45.000000000 -0700
6 .Fn getmntinfo "struct statfs **mntbufp" "int flags"
7 +#ifdef UNIFDEF_LEGACY_64_APIS
9 +.Fn getmntinfo64 "struct statfs64 **mntbufp" "int flags"
10 +#endif /* UNIFDEF_LEGACY_64_APIS */
18 structures describing each currently mounted file system (see
20 +#ifdef UNIFDEF_LEGACY_64_APIS
26 +structures describing each currently mounted file system.
27 +#endif /* UNIFDEF_LEGACY_64_APIS */
34 argument transparently to
35 +#ifdef UNIFDEF_LEGACY_64_APIS
42 +argument transparently to
44 +#else /* !UNIFDEF_LEGACY_64_APIS */
46 +#endif /* UNIFDEF_LEGACY_64_APIS */
48 On successful completion,
50 +#ifdef UNIFDEF_LEGACY_64_APIS
53 +return a count of the number of elements in the array.
54 +#else /* !UNIFDEF_LEGACY_64_APIS */
55 returns a count of the number of elements in the array.
56 +#endif /* UNIFDEF_LEGACY_64_APIS */
57 The pointer to the array is stored into
62 will be unmodified, any information previously returned by
64 +#ifdef UNIFDEF_LEGACY_64_APIS
67 +#endif /* UNIFDEF_LEGACY_64_APIS */
72 +#ifdef UNIFDEF_LEGACY_64_APIS
76 +#else /* !UNIFDEF_LEGACY_64_APIS */
78 +#endif /* UNIFDEF_LEGACY_64_APIS */
79 may fail and set errno for any of the errors specified for the library
86 -function writes the array of structures to an internal static object
87 +#ifdef UNIFDEF_LEGACY_64_APIS
90 +functions write the array of structures to an internal static object
91 +#else /* !UNIFDEF_LEGACY_64_APIS */
92 +function write the array of structures to an internal static object
93 +#endif /* UNIFDEF_LEGACY_64_APIS */
95 a pointer to that object.
98 +#ifdef UNIFDEF_LEGACY_64_APIS
101 +#endif /* UNIFDEF_LEGACY_64_APIS */
102 will modify the same object.
104 The memory allocated by
106 +#ifdef UNIFDEF_LEGACY_64_APIS
109 +#endif /* UNIFDEF_LEGACY_64_APIS */