patch-2.4.22 linux-2.4.22/arch/i386/boot/compressed/misc.c
Next file: linux-2.4.22/arch/i386/config.in
Previous file: linux-2.4.22/arch/i386/boot/bootsect.S
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
2003-08-25 04:44:39.000000000 -0700
- Orig file:
linux-2.4.21/arch/i386/boot/compressed/misc.c
- Orig date:
2002-11-28 15:53:09.000000000 -0800
diff -urN linux-2.4.21/arch/i386/boot/compressed/misc.c linux-2.4.22/arch/i386/boot/compressed/misc.c
@@ -101,15 +101,11 @@
static uch *output_data;
static unsigned long output_ptr = 0;
-
static void *malloc(int size);
static void free(void *where);
-static void error(char *m);
-static void gzip_mark(void **);
-static void gzip_release(void **);
-
+
static void puts(const char *);
-
+
extern int end;
static long free_mem_ptr = (long)&end;
static long free_mem_end_ptr;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)