From 91536bce555824ca3f96dfd64d4eb39b41fc4d5f Mon Sep 17 00:00:00 2001 From: mrg Date: Fri, 2 Jan 2004 01:40:59 +0000 Subject: note that $GZIP support is missing still --- usr.bin/gzip/gzip.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr.bin') 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 -- cgit