diff options
| author | mrg <mrg@NetBSD.org> | 2004-01-02 01:40:59 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2004-01-02 01:40:59 +0000 |
| commit | 91536bce555824ca3f96dfd64d4eb39b41fc4d5f (patch) | |
| tree | ade18515678002bb7443fa30e5f3039e47132734 /usr.bin | |
| parent | a1f8b0618bd3598ac3524489731f6dd4af508271 (diff) | |
note that $GZIP support is missing still
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/gzip/gzip.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/gzip/gzip.c b/usr.bin/gzip/gzip.c index 2c55c125670..12aa325495c 100644 --- a/usr.bin/gzip/gzip.c +++ b/usr.bin/gzip/gzip.c @@ -1,4 +1,4 @@ -/* $NetBSD: gzip.c,v 1.13 2004/01/02 01:34:01 mrg Exp $ */ +/* $NetBSD: gzip.c,v 1.14 2004/01/02 01:40:59 mrg Exp $ */ /* * Copyright (c) 1997, 1998, 2003 Matthew R. Green @@ -32,7 +32,7 @@ #ifndef lint __COPYRIGHT("@(#) Copyright (c) 1997, 1998, 2003 Matthew R. Green\n\ All rights reserved.\n"); -__RCSID("$NetBSD: gzip.c,v 1.13 2004/01/02 01:34:01 mrg Exp $"); +__RCSID("$NetBSD: gzip.c,v 1.14 2004/01/02 01:40:59 mrg Exp $"); #endif /* not lint */ /* @@ -44,6 +44,7 @@ __RCSID("$NetBSD: gzip.c,v 1.13 2004/01/02 01:34:01 mrg Exp $"); * TODO: * - handle .taz/.tgz files? * - use mmap where possible + * - $GZIP */ #include <sys/param.h> |
