aboutsummaryrefslogtreecommitdiff
path: root/sysklogd/syslogd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysklogd/syslogd.c')
-rw-r--r--sysklogd/syslogd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c
index 888082924..40b98c1cb 100644
--- a/sysklogd/syslogd.c
+++ b/sysklogd/syslogd.c
@@ -575,7 +575,7 @@ int syslogd_main(int argc, char **argv)
575 char *p; 575 char *p;
576 576
577 /* do normal option parsing */ 577 /* do normal option parsing */
578 option_mask = bb_getopt_ulflags(argc, argv, OPTION_STR, OPTION_PARAM); 578 option_mask = getopt32(argc, argv, OPTION_STR, OPTION_PARAM);
579 if (option_mask & OPT_mark) MarkInterval = atoi(opt_m) * 60; // -m 579 if (option_mask & OPT_mark) MarkInterval = atoi(opt_m) * 60; // -m
580 //if (option_mask & OPT_nofork) // -n 580 //if (option_mask & OPT_nofork) // -n
581 //if (option_mask & OPT_outfile) // -O 581 //if (option_mask & OPT_outfile) // -O