diff options
Diffstat (limited to 'miscutils/makedevs.c')
-rw-r--r-- | miscutils/makedevs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/makedevs.c b/miscutils/makedevs.c index 66b4ce00d..4619e4dd5 100644 --- a/miscutils/makedevs.c +++ b/miscutils/makedevs.c | |||
@@ -76,7 +76,7 @@ int makedevs_main(int argc, char **argv) | |||
76 | int linenum = 0; | 76 | int linenum = 0; |
77 | int ret = EXIT_SUCCESS; | 77 | int ret = EXIT_SUCCESS; |
78 | 78 | ||
79 | bb_getopt_ulflags(argc, argv, "d:", &line); | 79 | getopt32(argc, argv, "d:", &line); |
80 | if (line) | 80 | if (line) |
81 | table = xfopen(line, "r"); | 81 | table = xfopen(line, "r"); |
82 | 82 | ||