]> git.saurik.com Git - apple/libutil.git/commitdiff
libutil-21.tar.gz mac-os-x-1064 mac-os-x-1065 mac-os-x-1066 mac-os-x-1067 mac-os-x-1068 v21
authorApple <opensource@apple.com>
Tue, 17 Nov 2009 22:05:00 +0000 (22:05 +0000)
committerApple <opensource@apple.com>
Tue, 17 Nov 2009 22:05:00 +0000 (22:05 +0000)
mntopts.h

index 0104178d075eeae1e39b540b67dfff3620ca315d..7fc549da15ac3455b45aa83f6156abe2dd0e0508 100644 (file)
--- a/mntopts.h
+++ b/mntopts.h
@@ -85,6 +85,7 @@ struct mntopt {
 /* alias the deprecated name for compatibility */
 #define MOPT_PERMISSIONS       { "perm",       1, MNT_IGNORE_OWNERSHIP, 0}
 #define        MOPT_QUARANTINE         { "quarantine", 0, MNT_QUARANTINE, 0}
+#define MOPT_CPROTECT          { "protect",    0, MNT_CPROTECT, 0 }
 
 /* Control flags. */
 #define MOPT_FORCE             { "force",      0, MNT_FORCE, 0 }
@@ -119,7 +120,8 @@ struct mntopt {
        MOPT_NOATIME,                                                   \
        MOPT_PERMISSIONS,                                               \
        MOPT_IGNORE_OWNERSHIP,                                          \
-       MOPT_QUARANTINE
+       MOPT_QUARANTINE,                                                        \
+       MOPT_CPROTECT
 
 typedef struct mntoptparse *mntoptparse_t;
 mntoptparse_t getmntopts(const char *, const struct mntopt *, int *, int *);