diff options
Diffstat (limited to 'networking/nameif.c')
-rw-r--r-- | networking/nameif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/nameif.c b/networking/nameif.c index 3fa257263..146eccea9 100644 --- a/networking/nameif.c +++ b/networking/nameif.c | |||
@@ -65,7 +65,7 @@ int nameif_main(int argc, char **argv) | |||
65 | int if_index = 1; | 65 | int if_index = 1; |
66 | mactable_t *ch; | 66 | mactable_t *ch; |
67 | 67 | ||
68 | if (1 & bb_getopt_ulflags(argc, argv, "sc:", &fname)) { | 68 | if (1 & getopt32(argc, argv, "sc:", &fname)) { |
69 | openlog(bb_applet_name, 0, LOG_LOCAL0); | 69 | openlog(bb_applet_name, 0, LOG_LOCAL0); |
70 | logmode = LOGMODE_SYSLOG; | 70 | logmode = LOGMODE_SYSLOG; |
71 | } | 71 | } |