diff options
-rw-r--r-- | archival/gunzip.c | 3 | ||||
-rw-r--r-- | gunzip.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/archival/gunzip.c b/archival/gunzip.c index e31a0f7fb..b27ebeda8 100644 --- a/archival/gunzip.c +++ b/archival/gunzip.c | |||
@@ -364,9 +364,6 @@ extern void flush_outbuf (void); | |||
364 | static void flush_window (void); | 364 | static void flush_window (void); |
365 | extern void write_buf (int fd, void * buf, unsigned cnt); | 365 | extern void write_buf (int fd, void * buf, unsigned cnt); |
366 | 366 | ||
367 | #ifndef __linux__ | ||
368 | static char *basename (char *fname); | ||
369 | #endif /* not __linux__ */ | ||
370 | void read_error_msg (void); | 367 | void read_error_msg (void); |
371 | void write_error_msg (void); | 368 | void write_error_msg (void); |
372 | 369 | ||
@@ -364,9 +364,6 @@ extern void flush_outbuf (void); | |||
364 | static void flush_window (void); | 364 | static void flush_window (void); |
365 | extern void write_buf (int fd, void * buf, unsigned cnt); | 365 | extern void write_buf (int fd, void * buf, unsigned cnt); |
366 | 366 | ||
367 | #ifndef __linux__ | ||
368 | static char *basename (char *fname); | ||
369 | #endif /* not __linux__ */ | ||
370 | void read_error_msg (void); | 367 | void read_error_msg (void); |
371 | void write_error_msg (void); | 368 | void write_error_msg (void); |
372 | 369 | ||