From 1f8ff098ca45542a81875c2d73bc7dd257d31293 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 13 Jun 1996 01:27:04 +0000 Subject: (basename): Comment out declaration; it conflicts with libc's. --- exec/gzip.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exec/gzip.h b/exec/gzip.h index 88b07101..aedc257d 100644 --- a/exec/gzip.h +++ b/exec/gzip.h @@ -1,5 +1,5 @@ /* gzip.h -- common declarations for all gzip modules - * Copyright (C) 1992-1993 Jean-loup Gailly. + * Copyright (C) 1992-1993, 1996 Jean-loup Gailly. * This is free software; you can redistribute it and/or modify it under the * terms of the GNU General Public License, see the file COPYING. */ @@ -301,7 +301,7 @@ extern void flush_outbuf OF((void)); extern void flush_window OF((void)); extern void write_buf OF((int fd, voidp buf, unsigned cnt)); extern char *strlwr OF((char *s)); -extern char *basename OF((char *fname)); +/* extern char *basename OF((char *fname));*/ extern void make_simple_name OF((char *name)); extern char *add_envopt OF((int *argcp, char ***argvp, char *env)); extern void error OF((char *m)); -- cgit v1.2.3