More stuff
diff --git a/zcat.c b/zcat.c
index d5ea40c..55aaa87 100644
--- a/zcat.c
+++ b/zcat.c
@@ -59,7 +59,7 @@
  */
 
 #ifdef RCSID
-static char rcsid[] = "$Id: zcat.c,v 1.3 1999/10/19 20:03:34 andersen Exp $";
+static char rcsid[] = "$Id: zcat.c,v 1.4 1999/10/19 22:26:25 andersen Exp $";
 #endif
 
 #include <ctype.h>
@@ -80,7 +80,7 @@
  * The target dependent functions should be defined in tailor.c.
  */
 
-/* $Id: zcat.c,v 1.3 1999/10/19 20:03:34 andersen Exp $ */
+/* $Id: zcat.c,v 1.4 1999/10/19 22:26:25 andersen Exp $ */
 
 #define RECORD_IO 0
 
@@ -436,7 +436,7 @@
 #  undef LZW
 #endif
 
-/* $Id: zcat.c,v 1.3 1999/10/19 20:03:34 andersen Exp $ */
+/* $Id: zcat.c,v 1.4 1999/10/19 22:26:25 andersen Exp $ */
 
 /* #include "getopt.h" */
 
@@ -895,7 +895,7 @@
  */
 
 #ifdef RCSID
-static char rcsid[] = "$Id: zcat.c,v 1.3 1999/10/19 20:03:34 andersen Exp $";
+static char rcsid[] = "$Id: zcat.c,v 1.4 1999/10/19 22:26:25 andersen Exp $";
 #endif
 
 /* #include "crypt.h" */
@@ -1021,7 +1021,7 @@
  */
 
 #ifdef RCSID
-static char rcsid[] = "$Id: zcat.c,v 1.3 1999/10/19 20:03:34 andersen Exp $";
+static char rcsid[] = "$Id: zcat.c,v 1.4 1999/10/19 22:26:25 andersen Exp $";
 #endif
 
 #include <ctype.h>
@@ -1041,7 +1041,7 @@
    extern int errno;
 #endif
 
-extern ulg crc_32_tab[];   /* crc table, defined below */
+const ulg crc_32_tab[];   /* crc table, defined below */
 
 /* ===========================================================================
  * Run a set of bytes through the crc shift register.  If s is a NULL
@@ -1255,7 +1255,7 @@
 /* ========================================================================
  * Table of CRC-32's of all single-byte values (made by makecrc.c)
  */
-ulg crc_32_tab[] = {
+const ulg crc_32_tab[] = {
   0x00000000L, 0x77073096L, 0xee0e612cL, 0x990951baL, 0x076dc419L,
   0x706af48fL, 0xe963a535L, 0x9e6495a3L, 0x0edb8832L, 0x79dcb8a4L,
   0xe0d5e91eL, 0x97d2d988L, 0x09b64c2bL, 0x7eb17cbdL, 0xe7b82d07L,
@@ -1408,7 +1408,7 @@
  */
 
 #ifdef RCSID
-static char rcsid[] = "$Id: zcat.c,v 1.3 1999/10/19 20:03:34 andersen Exp $";
+static char rcsid[] = "$Id: zcat.c,v 1.4 1999/10/19 22:26:25 andersen Exp $";
 #endif
 
 #include <sys/types.h>