Commit 232e4f2c authored by Thomas 'Dent' Mirlacher's avatar Thomas 'Dent' Mirlacher Committed by Linus Torvalds

[PATCH] redundant declarations (#1_15)

 this patch fixes redundant declarations in 2.5.24
parent 112a5129
......@@ -99,12 +99,8 @@ static long bytes_out = 0;
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 *);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment