diff options
Diffstat (limited to 'modutils/rmmod.c')
-rw-r--r-- | modutils/rmmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/rmmod.c b/modutils/rmmod.c index f87fb5e..ce239a2 100644 --- a/modutils/rmmod.c +++ b/modutils/rmmod.c @@ -44,7 +44,7 @@ int rmmod_main(int argc, char **argv) unsigned int flags = O_NONBLOCK|O_EXCL; /* Parse command line. */ - n = bb_getopt_ulflags(argc, argv, "wfa"); + n = getopt32(argc, argv, "wfa"); if((n & 1)) // --wait flags &= ~O_NONBLOCK; if((n & 2)) // --force |