aboutsummaryrefslogtreecommitdiff
path: root/archival
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-11-06 06:34:20 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-11-06 06:34:20 +0000
commit4149bfa7aa52166737fbc84b38acf93ca163f86f (patch)
treeeb5de5901019533a7fb222bb52664849d6dcc9f2 /archival
parent610e4739f7561cb7b2a2e7417052db14e32fd256 (diff)
downloadbusybox-w32-4149bfa7aa52166737fbc84b38acf93ca163f86f.tar.gz
busybox-w32-4149bfa7aa52166737fbc84b38acf93ca163f86f.tar.bz2
busybox-w32-4149bfa7aa52166737fbc84b38acf93ca163f86f.zip
Minor stuf
git-svn-id: svn://busybox.net/trunk/busybox@82 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'archival')
-rw-r--r--archival/gzip.c2
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 */
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