summaryrefslogtreecommitdiffstats
path: root/isys/otherinsmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'isys/otherinsmod.c')
-rw-r--r--isys/otherinsmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/otherinsmod.c b/isys/otherinsmod.c
index 0a33e1ac3..8c5b96823 100644
--- a/isys/otherinsmod.c
+++ b/isys/otherinsmod.c
@@ -54,7 +54,7 @@ int ourInsmodCommand(int argc, char ** argv) {
/* Try two balls on sparc64, one elsewhere */
for (i = 0; ; i++) {
/* it might be having a ball */
- fd = gunzip_open(ballPath, 0);
+ fd = gunzip_open(ballPath);
if (!fd) {
free(ballPath);
return 1;