From 752c59eb0ab37ca75bb410052aaf40514818cd54 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 14 Dec 2000 23:47:36 +0000 Subject: - do progressbar since it seems nobody can live without it - write real separation between cdrom, disk, and network code; have multiple targets for that issue - begin network code: network interface is up and runing (static IP only), network is configured --- mdk-stage1/tools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/tools.c') diff --git a/mdk-stage1/tools.c b/mdk-stage1/tools.c index c1e934ab0..2fae6acea 100644 --- a/mdk-stage1/tools.c +++ b/mdk-stage1/tools.c @@ -250,7 +250,7 @@ enum return_type load_ramdisk(void) end_progression(); - gzclose(st2); + gzclose(st2); /* opened by gzdopen, but also closes the associated fd */ close(ram_fd); if (IS_RESCUE) -- cgit v1.2.1