aboutsummaryrefslogtreecommitdiffstats
path: root/src/runcon.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-11-23 09:03:23 +0100
committerJim Meyering <meyering@redhat.com>2007-11-23 09:03:23 +0100
commitad8fbe0dd2c77fe41457311f91bfcf49b0bf7616 (patch)
treea1bdfc64822467a4a76520c16291b9fb4c04b96e /src/runcon.c
parentAdd tests to show new class of strings accepted by date -d. (diff)
downloadcoreutils-ad8fbe0dd2c77fe41457311f91bfcf49b0bf7616.tar.gz
coreutils-ad8fbe0dd2c77fe41457311f91bfcf49b0bf7616.zip
* src/runcon.c (main): Remove unused parameter, "envp".
Diffstat (limited to 'src/runcon.c')
-rw-r--r--src/runcon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runcon.c b/src/runcon.c
index 1d79ef6ff..85e5f59b0 100644
--- a/src/runcon.c
+++ b/src/runcon.c
@@ -90,7 +90,7 @@ With neither CONTEXT nor COMMAND, print the current security context.\n\
}
int
-main (int argc, char **argv, char **envp)
+main (int argc, char **argv)
{
char *role = NULL;
char *range = NULL;