From c8b7f64a48d3fd4fc2e6aeec414946500d6a0f67 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 21 Oct 2003 17:01:42 +0000 Subject: fix pixel --- mdk-stage1/lomount.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdk-stage1/lomount.c') diff --git a/mdk-stage1/lomount.c b/mdk-stage1/lomount.c index a6dc9832f..0d7a7e1db 100644 --- a/mdk-stage1/lomount.c +++ b/mdk-stage1/lomount.c @@ -132,7 +132,7 @@ del_loop(void) static char * where_mounted = NULL; int -lomount(char *loopfile, char *where) +lomount(char *loopfile, char *where, int gz) { long int flag; @@ -142,7 +142,7 @@ lomount(char *loopfile, char *where) my_insmod("loop", ANY_DRIVER_TYPE, NULL); - if (set_loop(loopdev, loopfile)) { + if (set_loop(loopdev, loopfile, gz)) { log_message("set_loop failed on %s (%s)", loopdev, strerror(errno)); return 1; } -- cgit v1.2.1