From d143e8f2bd03470e891a5e3ccca5734edd917e73 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 23 Oct 1999 07:09:58 +0000 Subject: Stuf --- archival/gzip.c | 28 ++-------------------------- 1 file changed, 2 insertions(+), 26 deletions(-) (limited to 'archival/gzip.c') diff --git a/archival/gzip.c b/archival/gzip.c index 0ed20b61a..7571a3f6a 100644 --- a/archival/gzip.c +++ b/archival/gzip.c @@ -380,7 +380,7 @@ extern int block_mode; /* block compress mode -C compatible with 2.0 */ # undef LZW #endif -/* $Id: gzip.c,v 1.4 1999/10/19 20:03:34 andersen Exp $ */ +/* $Id: gzip.c,v 1.5 1999/10/23 07:09:58 andersen Exp $ */ /* tailor.h -- target dependent definitions * Copyright (C) 1992-1993 Jean-loup Gailly. * This is free software; you can redistribute it and/or modify it under the @@ -391,7 +391,7 @@ extern int block_mode; /* block compress mode -C compatible with 2.0 */ * The target dependent functions should be defined in tailor.c. */ -/* $Id: gzip.c,v 1.4 1999/10/19 20:03:34 andersen Exp $ */ +/* $Id: gzip.c,v 1.5 1999/10/23 07:09:58 andersen Exp $ */ #if defined(__MSDOS__) && !defined(MSDOS) # define MSDOS @@ -766,10 +766,6 @@ extern int block_mode; /* block compress mode -C compatible with 2.0 */ # include #endif -#ifdef RCSID -static char rcsid[] = "$Id: gzip.c,v 1.4 1999/10/19 20:03:34 andersen Exp $"; -#endif - /* =========================================================================== * Local data used by the "bit string" routines. */ @@ -975,10 +971,6 @@ void copy_block(buf, len, header) #include -#ifdef RCSID -static char rcsid[] = "$Id: gzip.c,v 1.4 1999/10/19 20:03:34 andersen Exp $"; -#endif - /* =========================================================================== * Configuration parameters */ @@ -1591,10 +1583,6 @@ ulg deflate() * For the meaning of all compilation flags, see comments in Makefile.in. */ -#ifdef RCSID -static char rcsid[] = "$Id: gzip.c,v 1.4 1999/10/19 20:03:34 andersen Exp $"; -#endif - #include #include #include @@ -1924,10 +1912,6 @@ local void do_exit(int exitcode) #include -#ifdef RCSID -static char rcsid[] = "$Id: gzip.c,v 1.4 1999/10/19 20:03:34 andersen Exp $"; -#endif - /* =========================================================================== * Constants */ @@ -2942,10 +2926,6 @@ local void set_file_type() * terms of the GNU General Public License, see the file COPYING. */ -#ifdef RCSID -static char rcsid[] = "$Id: gzip.c,v 1.4 1999/10/19 20:03:34 andersen Exp $"; -#endif - #include #include #include @@ -3141,10 +3121,6 @@ void display_ratio(num, den, file) * terms of the GNU General Public License, see the file COPYING. */ -#ifdef RCSID -static char rcsid[] = "$Id: gzip.c,v 1.4 1999/10/19 20:03:34 andersen Exp $"; -#endif - #include #include -- cgit v1.2.3