aboutsummaryrefslogtreecommitdiff
path: root/zcat.c
diff options
context:
space:
mode:
Diffstat (limited to 'zcat.c')
-rw-r--r--zcat.c20
1 files changed, 2 insertions, 18 deletions
diff --git a/zcat.c b/zcat.c
index 55aaa8738..30916b155 100644
--- a/zcat.c
+++ b/zcat.c
@@ -58,10 +58,6 @@ static char *license_msg[] = {
* For the meaning of all compilation flags, see comments in Makefile.in.
*/
-#ifdef RCSID
-static char rcsid[] = "$Id: zcat.c,v 1.4 1999/10/19 22:26:25 andersen Exp $";
-#endif
-
#include <ctype.h>
#include <sys/types.h>
#include <signal.h>
@@ -80,7 +76,7 @@ static char rcsid[] = "$Id: zcat.c,v 1.4 1999/10/19 22:26:25 andersen Exp $";
* The target dependent functions should be defined in tailor.c.
*/
-/* $Id: zcat.c,v 1.4 1999/10/19 22:26:25 andersen Exp $ */
+/* $Id: zcat.c,v 1.5 1999/10/23 07:09:58 andersen Exp $ */
#define RECORD_IO 0
@@ -436,7 +432,7 @@ extern int unlzw OF((int in, int out));
# undef LZW
#endif
-/* $Id: zcat.c,v 1.4 1999/10/19 22:26:25 andersen Exp $ */
+/* $Id: zcat.c,v 1.5 1999/10/23 07:09:58 andersen Exp $ */
/* #include "getopt.h" */
@@ -894,10 +890,6 @@ RETSIGTYPE abort_gzip()
either deflated or stored.
*/
-#ifdef RCSID
-static char rcsid[] = "$Id: zcat.c,v 1.4 1999/10/19 22:26:25 andersen Exp $";
-#endif
-
/* #include "crypt.h" */
/* crypt.h (dummy version) -- do not perform encryption
@@ -1020,10 +1012,6 @@ int unzip(in, out)
* terms of the GNU General Public License, see the file COPYING.
*/
-#ifdef RCSID
-static char rcsid[] = "$Id: zcat.c,v 1.4 1999/10/19 22:26:25 andersen Exp $";
-#endif
-
#include <ctype.h>
#include <errno.h>
#include <sys/types.h>
@@ -1407,10 +1395,6 @@ const ulg crc_32_tab[] = {
the two sets of lengths.
*/
-#ifdef RCSID
-static char rcsid[] = "$Id: zcat.c,v 1.4 1999/10/19 22:26:25 andersen Exp $";
-#endif
-
#include <sys/types.h>
#if defined(STDC_HEADERS) || !defined(NO_STDLIB_H)