diff options
Diffstat (limited to 'gzip.c')
-rw-r--r-- | gzip.c | 28 |
1 files changed, 2 insertions, 26 deletions
@@ -380,7 +380,7 @@ extern int block_mode; /* block compress mode -C compatible with 2.0 */ | |||
380 | # undef LZW | 380 | # undef LZW |
381 | #endif | 381 | #endif |
382 | 382 | ||
383 | /* $Id: gzip.c,v 1.4 1999/10/19 20:03:34 andersen Exp $ */ | 383 | /* $Id: gzip.c,v 1.5 1999/10/23 07:09:58 andersen Exp $ */ |
384 | /* tailor.h -- target dependent definitions | 384 | /* tailor.h -- target dependent definitions |
385 | * Copyright (C) 1992-1993 Jean-loup Gailly. | 385 | * Copyright (C) 1992-1993 Jean-loup Gailly. |
386 | * This is free software; you can redistribute it and/or modify it under the | 386 | * 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 */ | |||
391 | * The target dependent functions should be defined in tailor.c. | 391 | * The target dependent functions should be defined in tailor.c. |
392 | */ | 392 | */ |
393 | 393 | ||
394 | /* $Id: gzip.c,v 1.4 1999/10/19 20:03:34 andersen Exp $ */ | 394 | /* $Id: gzip.c,v 1.5 1999/10/23 07:09:58 andersen Exp $ */ |
395 | 395 | ||
396 | #if defined(__MSDOS__) && !defined(MSDOS) | 396 | #if defined(__MSDOS__) && !defined(MSDOS) |
397 | # define MSDOS | 397 | # define MSDOS |
@@ -766,10 +766,6 @@ extern int block_mode; /* block compress mode -C compatible with 2.0 */ | |||
766 | # include <stdio.h> | 766 | # include <stdio.h> |
767 | #endif | 767 | #endif |
768 | 768 | ||
769 | #ifdef RCSID | ||
770 | static char rcsid[] = "$Id: gzip.c,v 1.4 1999/10/19 20:03:34 andersen Exp $"; | ||
771 | #endif | ||
772 | |||
773 | /* =========================================================================== | 769 | /* =========================================================================== |
774 | * Local data used by the "bit string" routines. | 770 | * Local data used by the "bit string" routines. |
775 | */ | 771 | */ |
@@ -975,10 +971,6 @@ void copy_block(buf, len, header) | |||
975 | 971 | ||
976 | #include <stdio.h> | 972 | #include <stdio.h> |
977 | 973 | ||
978 | #ifdef RCSID | ||
979 | static char rcsid[] = "$Id: gzip.c,v 1.4 1999/10/19 20:03:34 andersen Exp $"; | ||
980 | #endif | ||
981 | |||
982 | /* =========================================================================== | 974 | /* =========================================================================== |
983 | * Configuration parameters | 975 | * Configuration parameters |
984 | */ | 976 | */ |
@@ -1591,10 +1583,6 @@ ulg deflate() | |||
1591 | * For the meaning of all compilation flags, see comments in Makefile.in. | 1583 | * For the meaning of all compilation flags, see comments in Makefile.in. |
1592 | */ | 1584 | */ |
1593 | 1585 | ||
1594 | #ifdef RCSID | ||
1595 | static char rcsid[] = "$Id: gzip.c,v 1.4 1999/10/19 20:03:34 andersen Exp $"; | ||
1596 | #endif | ||
1597 | |||
1598 | #include <ctype.h> | 1586 | #include <ctype.h> |
1599 | #include <sys/types.h> | 1587 | #include <sys/types.h> |
1600 | #include <signal.h> | 1588 | #include <signal.h> |
@@ -1924,10 +1912,6 @@ local void do_exit(int exitcode) | |||
1924 | 1912 | ||
1925 | #include <ctype.h> | 1913 | #include <ctype.h> |
1926 | 1914 | ||
1927 | #ifdef RCSID | ||
1928 | static char rcsid[] = "$Id: gzip.c,v 1.4 1999/10/19 20:03:34 andersen Exp $"; | ||
1929 | #endif | ||
1930 | |||
1931 | /* =========================================================================== | 1915 | /* =========================================================================== |
1932 | * Constants | 1916 | * Constants |
1933 | */ | 1917 | */ |
@@ -2942,10 +2926,6 @@ local void set_file_type() | |||
2942 | * terms of the GNU General Public License, see the file COPYING. | 2926 | * terms of the GNU General Public License, see the file COPYING. |
2943 | */ | 2927 | */ |
2944 | 2928 | ||
2945 | #ifdef RCSID | ||
2946 | static char rcsid[] = "$Id: gzip.c,v 1.4 1999/10/19 20:03:34 andersen Exp $"; | ||
2947 | #endif | ||
2948 | |||
2949 | #include <ctype.h> | 2929 | #include <ctype.h> |
2950 | #include <errno.h> | 2930 | #include <errno.h> |
2951 | #include <sys/types.h> | 2931 | #include <sys/types.h> |
@@ -3141,10 +3121,6 @@ void display_ratio(num, den, file) | |||
3141 | * terms of the GNU General Public License, see the file COPYING. | 3121 | * terms of the GNU General Public License, see the file COPYING. |
3142 | */ | 3122 | */ |
3143 | 3123 | ||
3144 | #ifdef RCSID | ||
3145 | static char rcsid[] = "$Id: gzip.c,v 1.4 1999/10/19 20:03:34 andersen Exp $"; | ||
3146 | #endif | ||
3147 | |||
3148 | #include <ctype.h> | 3124 | #include <ctype.h> |
3149 | #include <sys/types.h> | 3125 | #include <sys/types.h> |
3150 | 3126 | ||