* src/runcon.c (main): Remove unused parameter, "envp".
authorJim Meyering <meyering@redhat.com>
Fri, 23 Nov 2007 08:03:23 +0000 (09:03 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 23 Nov 2007 08:03:23 +0000 (09:03 +0100)
ChangeLog
src/runcon.c

index 1473f7e..b34ad8d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2007-11-23  Jim Meyering  <meyering@redhat.com>
 
+       * src/runcon.c (main): Remove unused parameter, "envp".
+
        Add tests to show new class of strings accepted by date -d.
        * tests/misc/date (rel-1day, rel-plus1): New tests for the recent
        change in gnulib's getdate.y.
index 1d79ef6..85e5f59 100644 (file)
@@ -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;