From 493ea55e6bfd44e2556e6ceb723b8d8de05afbed Mon Sep 17 00:00:00 2001 From: Apple Date: Tue, 17 Nov 2009 22:05:00 +0000 Subject: [PATCH] libutil-21.tar.gz --- mntopts.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mntopts.h b/mntopts.h index 0104178..7fc549d 100644 --- 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 *); -- 2.47.2