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 /gzip.c | |
parent | 29d2e362dedf42d60ffebf6756144fb5449e753a (diff) | |
download | busybox-w32-0_33.tar.gz busybox-w32-0_33.tar.bz2 busybox-w32-0_33.zip |
Minor stuf0_33
Diffstat (limited to '')
-rw-r--r-- | gzip.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -380,7 +380,6 @@ 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.5 1999/10/23 07:09:58 andersen Exp $ */ | ||
384 | /* tailor.h -- target dependent definitions | 383 | /* tailor.h -- target dependent definitions |
385 | * Copyright (C) 1992-1993 Jean-loup Gailly. | 384 | * Copyright (C) 1992-1993 Jean-loup Gailly. |
386 | * This is free software; you can redistribute it and/or modify it under the | 385 | * 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 */ | |||
391 | * The target dependent functions should be defined in tailor.c. | 390 | * The target dependent functions should be defined in tailor.c. |
392 | */ | 391 | */ |
393 | 392 | ||
394 | /* $Id: gzip.c,v 1.5 1999/10/23 07:09:58 andersen Exp $ */ | ||
395 | 393 | ||
396 | #if defined(__MSDOS__) && !defined(MSDOS) | 394 | #if defined(__MSDOS__) && !defined(MSDOS) |
397 | # define MSDOS | 395 | # define MSDOS |