diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-06-13 01:27:04 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-06-13 01:27:04 +0000 |
commit | 1f8ff098ca45542a81875c2d73bc7dd257d31293 (patch) | |
tree | 1c0248db8adab7e5bf8011d2568e2575296ebb6c | |
parent | 3c35624ac59808da65f28a0e6338db0d01c57c03 (diff) |
(basename): Comment out declaration; it conflicts with libc's.
-rw-r--r-- | exec/gzip.h | 4 |
1 files 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)); |