summaryrefslogtreecommitdiffstats
path: root/arch/ppc/boot/gzip.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/boot/gzip.h')
-rw-r--r--arch/ppc/boot/gzip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/boot/gzip.h b/arch/ppc/boot/gzip.h
index 2f738b945..9d8e54a4b 100644
--- a/arch/ppc/boot/gzip.h
+++ b/arch/ppc/boot/gzip.h
@@ -271,7 +271,7 @@ extern int fill_inbuf OF((void));
extern void flush_outbuf OF((void));
extern void flush_window OF((void));
extern char *strlwr OF((char *s));
-extern char *basename OF((char *fname));
+/*extern char *basename OF((char *fname));*/
extern char *add_envopt OF((int *argcp, char ***argvp, char *env));
extern void error OF((char *m));
extern void warn OF((char *a, char *b));