summaryrefslogtreecommitdiff
path: root/src/setuidgid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/setuidgid.c')
-rw-r--r--src/setuidgid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setuidgid.c b/src/setuidgid.c
index e19acf3cf..79e743829 100644
--- a/src/setuidgid.c
+++ b/src/setuidgid.c
@@ -83,7 +83,7 @@ main (int argc, char **argv)
atexit (close_stdout);
parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
- usage, AUTHORS, NULL);
+ usage, AUTHORS, (char const *) NULL);
/* The above handles --help and --version.
Since there is no other invocation of getopt, handle `--' here. */