summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-01-20 16:33:00 +0100
committerJim Meyering <jim@meyering.net>2007-03-29 21:37:06 +0200
commitadcfd944a8e7b64e11672ef8d0d077bb8de1b666 (patch)
tree950214e9180ac5166ae4c96957cb2ebf8d8e1bce /src
parent85ddc626be5fd202f04aa8ced398b5119174b556 (diff)
downloadcoreutils-adcfd944a8e7b64e11672ef8d0d077bb8de1b666.tar.xz
* src/system.h (GETOPT_SELINUX_CONTEXT_OPTION_DECL): Define.
Diffstat (limited to 'src')
-rw-r--r--src/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/system.h b/src/system.h
index e72e4811b..114ec7a42 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: \