diff options
Diffstat (limited to 'sysklogd/klogd.c')
-rw-r--r-- | sysklogd/klogd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysklogd/klogd.c b/sysklogd/klogd.c index 677c9e607..e629bec5d 100644 --- a/sysklogd/klogd.c +++ b/sysklogd/klogd.c @@ -45,10 +45,10 @@ int klogd_main(int argc, char **argv) { - unsigned long opt; + unsigned opt; /* do normal option parsing */ - opt = bb_getopt_ulflags(argc, argv, "c:n", &start); + opt = getopt32(argc, argv, "c:n", &start); if (opt & OPT_LEVEL) { /* Valid levels are between 1 and 8 */ |