aboutsummaryrefslogtreecommitdiff
path: root/sysklogd/klogd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysklogd/klogd.c')
-rw-r--r--sysklogd/klogd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysklogd/klogd.c b/sysklogd/klogd.c
index fcc574686..2af410590 100644
--- a/sysklogd/klogd.c
+++ b/sysklogd/klogd.c
@@ -42,7 +42,7 @@ int klogd_main(int argc, char **argv)
char *start;
/* do normal option parsing */
- getopt32(argc, argv, "c:n", &start);
+ getopt32(argv, "c:n", &start);
if (option_mask32 & OPT_LEVEL) {
/* Valid levels are between 1 and 8 */