diff options
Diffstat (limited to 'modutils/lsmod.c')
-rw-r--r-- | modutils/lsmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/lsmod.c b/modutils/lsmod.c index 2bc1ae6b1..69c8ab3c7 100644 --- a/modutils/lsmod.c +++ b/modutils/lsmod.c | |||
@@ -104,7 +104,7 @@ int lsmod_main(int argc, char **argv) | |||
104 | if (errno == ENOENT) { | 104 | if (errno == ENOENT) { |
105 | /* The module was removed out from underneath us. */ | 105 | /* The module was removed out from underneath us. */ |
106 | continue; | 106 | continue; |
107 | } else if (errno != ENOSPC) | 107 | } else if (errno != ENOSPC) |
108 | bb_perror_msg_and_die("module %s: QM_REFS", mn); | 108 | bb_perror_msg_and_die("module %s: QM_REFS", mn); |
109 | deps = xrealloc(deps, count); | 109 | deps = xrealloc(deps, count); |
110 | } | 110 | } |