aboutsummaryrefslogtreecommitdiffstats
path: root/src/system.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-01-20 16:33:00 +0100
committerJim Meyering <jim@meyering.net>2007-03-18 18:15:06 +0100
commit65ba507e17baefb7808b24dd7627814a0ea7902b (patch)
tree2926797f5697992d4ae3dc8a9dad179058929556 /src/system.h
parentcp, mv, install: add SELinux support, but unlike with the Red Hat (diff)
downloadcoreutils-65ba507e17baefb7808b24dd7627814a0ea7902b.tar.gz
coreutils-65ba507e17baefb7808b24dd7627814a0ea7902b.zip
* src/system.h (GETOPT_SELINUX_CONTEXT_OPTION_DECL): Define.
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/system.h b/src/system.h
index 763909bac..9d23ffd6c 100644
--- a/src/system.h
+++ b/src/system.h
@@ -399,6 +399,8 @@ enum
"help", no_argument, NULL, GETOPT_HELP_CHAR
#define GETOPT_VERSION_OPTION_DECL \
"version", no_argument, NULL, GETOPT_VERSION_CHAR
+#define GETOPT_SELINUX_CONTEXT_OPTION_DECL \
+ "context", required_argument, NULL, 'Z'
#define case_GETOPT_HELP_CHAR \
case GETOPT_HELP_CHAR: \