diff options
author | Glenn L McGrath | 2000-09-18 10:20:16 +0000 |
---|---|---|
committer | Glenn L McGrath | 2000-09-18 10:20:16 +0000 |
commit | fd3741d712bd8050eb8ef650cb453beb0fac4afe (patch) | |
tree | d617662146222ee6a3e91633172c4f27093a9330 /gunzip.c | |
parent | 38c8551cf23b1740c7573e14466993af3f3cb775 (diff) | |
download | busybox-fd3741d712bd8050eb8ef650cb453beb0fac4afe.zip busybox-fd3741d712bd8050eb8ef650cb453beb0fac4afe.tar.gz |
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.
Diffstat (limited to 'gunzip.c')
-rw-r--r-- | gunzip.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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); |