diff options
Diffstat (limited to 'gzip.c')
-rw-r--r-- | gzip.c | 18 |
1 files changed, 9 insertions, 9 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.1 1999/10/05 16:24:56 andersen Exp $ */ | 383 | /* $Id: gzip.c,v 1.2 1999/10/06 20:25:32 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.1 1999/10/05 16:24:56 andersen Exp $ */ | 394 | /* $Id: gzip.c,v 1.2 1999/10/06 20:25:32 andersen Exp $ */ |
395 | 395 | ||
396 | #if defined(__MSDOS__) && !defined(MSDOS) | 396 | #if defined(__MSDOS__) && !defined(MSDOS) |
397 | # define MSDOS | 397 | # define MSDOS |
@@ -767,7 +767,7 @@ extern int block_mode; /* block compress mode -C compatible with 2.0 */ | |||
767 | #endif | 767 | #endif |
768 | 768 | ||
769 | #ifdef RCSID | 769 | #ifdef RCSID |
770 | static char rcsid[] = "$Id: gzip.c,v 1.1 1999/10/05 16:24:56 andersen Exp $"; | 770 | static char rcsid[] = "$Id: gzip.c,v 1.2 1999/10/06 20:25:32 andersen Exp $"; |
771 | #endif | 771 | #endif |
772 | 772 | ||
773 | /* =========================================================================== | 773 | /* =========================================================================== |
@@ -976,7 +976,7 @@ void copy_block(buf, len, header) | |||
976 | #include <stdio.h> | 976 | #include <stdio.h> |
977 | 977 | ||
978 | #ifdef RCSID | 978 | #ifdef RCSID |
979 | static char rcsid[] = "$Id: gzip.c,v 1.1 1999/10/05 16:24:56 andersen Exp $"; | 979 | static char rcsid[] = "$Id: gzip.c,v 1.2 1999/10/06 20:25:32 andersen Exp $"; |
980 | #endif | 980 | #endif |
981 | 981 | ||
982 | /* =========================================================================== | 982 | /* =========================================================================== |
@@ -1592,7 +1592,7 @@ ulg deflate() | |||
1592 | */ | 1592 | */ |
1593 | 1593 | ||
1594 | #ifdef RCSID | 1594 | #ifdef RCSID |
1595 | static char rcsid[] = "$Id: gzip.c,v 1.1 1999/10/05 16:24:56 andersen Exp $"; | 1595 | static char rcsid[] = "$Id: gzip.c,v 1.2 1999/10/06 20:25:32 andersen Exp $"; |
1596 | #endif | 1596 | #endif |
1597 | 1597 | ||
1598 | #include <ctype.h> | 1598 | #include <ctype.h> |
@@ -1781,7 +1781,7 @@ static int (*work) OF((int infile, int outfile)) = zip; /* function to call */ | |||
1781 | // int main (argc, argv) | 1781 | // int main (argc, argv) |
1782 | // int argc; | 1782 | // int argc; |
1783 | // char **argv; | 1783 | // char **argv; |
1784 | int gzip_main(struct FileInfo * i, int argc, char * * argv) | 1784 | int gzip_main(int argc, char * * argv) |
1785 | { | 1785 | { |
1786 | foreground = signal(SIGINT, SIG_IGN) != SIG_IGN; | 1786 | foreground = signal(SIGINT, SIG_IGN) != SIG_IGN; |
1787 | if (foreground) { | 1787 | if (foreground) { |
@@ -1925,7 +1925,7 @@ local void do_exit(int exitcode) | |||
1925 | #include <ctype.h> | 1925 | #include <ctype.h> |
1926 | 1926 | ||
1927 | #ifdef RCSID | 1927 | #ifdef RCSID |
1928 | static char rcsid[] = "$Id: gzip.c,v 1.1 1999/10/05 16:24:56 andersen Exp $"; | 1928 | static char rcsid[] = "$Id: gzip.c,v 1.2 1999/10/06 20:25:32 andersen Exp $"; |
1929 | #endif | 1929 | #endif |
1930 | 1930 | ||
1931 | /* =========================================================================== | 1931 | /* =========================================================================== |
@@ -2943,7 +2943,7 @@ local void set_file_type() | |||
2943 | */ | 2943 | */ |
2944 | 2944 | ||
2945 | #ifdef RCSID | 2945 | #ifdef RCSID |
2946 | static char rcsid[] = "$Id: gzip.c,v 1.1 1999/10/05 16:24:56 andersen Exp $"; | 2946 | static char rcsid[] = "$Id: gzip.c,v 1.2 1999/10/06 20:25:32 andersen Exp $"; |
2947 | #endif | 2947 | #endif |
2948 | 2948 | ||
2949 | #include <ctype.h> | 2949 | #include <ctype.h> |
@@ -3142,7 +3142,7 @@ void display_ratio(num, den, file) | |||
3142 | */ | 3142 | */ |
3143 | 3143 | ||
3144 | #ifdef RCSID | 3144 | #ifdef RCSID |
3145 | static char rcsid[] = "$Id: gzip.c,v 1.1 1999/10/05 16:24:56 andersen Exp $"; | 3145 | static char rcsid[] = "$Id: gzip.c,v 1.2 1999/10/06 20:25:32 andersen Exp $"; |
3146 | #endif | 3146 | #endif |
3147 | 3147 | ||
3148 | #include <ctype.h> | 3148 | #include <ctype.h> |