Remove definition of basename.

It was defined out so that it would never be seen, and if it was ever seen it wasnt used for anything. It also stops gunzip compiling under the Hurd.
This commit is contained in:
Glenn L McGrath 2000-09-18 10:20:16 +00:00
parent 38c8551cf2
commit fd3741d712
2 changed files with 0 additions and 6 deletions

View File

@ -364,9 +364,6 @@ extern void flush_outbuf (void);
static void flush_window (void);
extern void write_buf (int fd, void * buf, unsigned cnt);
#ifndef __linux__
static char *basename (char *fname);
#endif /* not __linux__ */
void read_error_msg (void);
void write_error_msg (void);

View File

@ -364,9 +364,6 @@ extern void flush_outbuf (void);
static void flush_window (void);
extern void write_buf (int fd, void * buf, unsigned cnt);
#ifndef __linux__
static char *basename (char *fname);
#endif /* not __linux__ */
void read_error_msg (void);
void write_error_msg (void);