aboutsummaryrefslogtreecommitdiff
path: root/lsmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'lsmod.c')
-rw-r--r--lsmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsmod.c b/lsmod.c
index 9b72275cd..d3b1bb79e 100644
--- a/lsmod.c
+++ b/lsmod.c
@@ -36,5 +36,5 @@ extern int lsmod_main(int argc, char **argv)
36 char *cmd[] = { "cat", "/proc/modules", "\0" }; 36 char *cmd[] = { "cat", "/proc/modules", "\0" };
37#endif 37#endif
38 38
39 exit(cat_main(3, cmd)); 39 return(cat_main(3, cmd));
40} 40}