diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-11-06 06:34:20 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-11-06 06:34:20 +0000 |
commit | 350577c5a03ace7d421208672385302c77d78084 (patch) | |
tree | eb5de5901019533a7fb222bb52664849d6dcc9f2 /archival/gzip.c | |
parent | 29d2e362dedf42d60ffebf6756144fb5449e753a (diff) |
Minor stuf
Diffstat (limited to 'archival/gzip.c')
-rw-r--r-- | archival/gzip.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/archival/gzip.c b/archival/gzip.c index 7571a3f6a..de794febb 100644 --- a/archival/gzip.c +++ b/archival/gzip.c @@ -380,7 +380,6 @@ extern int block_mode; /* block compress mode -C compatible with 2.0 */ # undef LZW #endif -/* $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 +390,6 @@ 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.5 1999/10/23 07:09:58 andersen Exp $ */ #if defined(__MSDOS__) && !defined(MSDOS) # define MSDOS |