Deleted Added
full compact
am_compat.h (38494) am_compat.h (51292)
1/*
2 * am_compat.h:
3 *
4 * This file contains compatibility functions and macros, all of which
5 * should be auto-discovered, but for one reason or another (mostly
6 * brain-damage on the part of system designers and header files) they cannot.
7 *
8 * Each compatibility macro/function must include instructions on how/when

--- 97 unchanged lines hidden (view full) ---

106
107#if defined(MNT2_CDFS_OPT_NOVERSION) && !defined(MNTTAB_OPT_NOVERSION)
108# define MNTTAB_OPT_NOVERSION "noversion"
109#endif /* defined(MNT2_CDFS_OPT_NOVERSION) && !defined(MNTTAB_OPT_NOVERSION) */
110
111#if defined(MNT2_CDFS_OPT_RRIP) && !defined(MNTTAB_OPT_RRIP)
112# define MNTTAB_OPT_RRIP "rrip"
113#endif /* defined(MNT2_CDFS_OPT_RRIP) && !defined(MNTTAB_OPT_RRIP) */
1/*
2 * am_compat.h:
3 *
4 * This file contains compatibility functions and macros, all of which
5 * should be auto-discovered, but for one reason or another (mostly
6 * brain-damage on the part of system designers and header files) they cannot.
7 *
8 * Each compatibility macro/function must include instructions on how/when

--- 97 unchanged lines hidden (view full) ---

106
107#if defined(MNT2_CDFS_OPT_NOVERSION) && !defined(MNTTAB_OPT_NOVERSION)
108# define MNTTAB_OPT_NOVERSION "noversion"
109#endif /* defined(MNT2_CDFS_OPT_NOVERSION) && !defined(MNTTAB_OPT_NOVERSION) */
110
111#if defined(MNT2_CDFS_OPT_RRIP) && !defined(MNTTAB_OPT_RRIP)
112# define MNTTAB_OPT_RRIP "rrip"
113#endif /* defined(MNT2_CDFS_OPT_RRIP) && !defined(MNTTAB_OPT_RRIP) */
114#if defined(MNT2_CDFS_OPT_NORRIP) && !defined(MNTTAB_OPT_NORRIP)
115# define MNTTAB_OPT_NORRIP "norrip"
116#endif /* defined(MNT2_CDFS_OPT_NORRIP) && !defined(MNTTAB_OPT_NORRIP) */
114
117
118#if defined(MNT2_CDFS_OPT_GENS) && !defined(MNTTAB_OPT_GENS)
119# define MNTTAB_OPT_GENS "gens"
120#endif /* defined(MNT2_CDFS_OPT_GENS) && !defined(MNTTAB_OPT_GENS) */
121#if defined(MNT2_CDFS_OPT_EXTATT) && !defined(MNTTAB_OPT_EXTATT)
122# define MNTTAB_OPT_EXTATT "extatt"
123#endif /* defined(MNT2_CDFS_OPT_EXTATT) && !defined(MNTTAB_OPT_EXTATT) */
124
115/*
116 * Complete MNTTAB_OPT_* options based on MNT2_GEN_OPT_* mount options.
117 */
118#if defined(MNT2_GEN_OPT_GRPID) && !defined(MNTTAB_OPT_GRPID)
119# define MNTTAB_OPT_GRPID "grpid"
120#endif /* defined(MNT2_GEN_OPT_GRPID) && !defined(MNTTAB_OPT_GRPID) */
121
122#if defined(MNT2_GEN_OPT_NOCACHE) && !defined(MNTTAB_OPT_NOCACHE)

--- 138 unchanged lines hidden ---
125/*
126 * Complete MNTTAB_OPT_* options based on MNT2_GEN_OPT_* mount options.
127 */
128#if defined(MNT2_GEN_OPT_GRPID) && !defined(MNTTAB_OPT_GRPID)
129# define MNTTAB_OPT_GRPID "grpid"
130#endif /* defined(MNT2_GEN_OPT_GRPID) && !defined(MNTTAB_OPT_GRPID) */
131
132#if defined(MNT2_GEN_OPT_NOCACHE) && !defined(MNTTAB_OPT_NOCACHE)

--- 138 unchanged lines hidden ---