Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/gzip use gzopenfull()



details:   https://anonhg.NetBSD.org/src/rev/80c85b87f497
branches:  trunk
changeset: 558156:80c85b87f497
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Jan 29 13:18:58 2004 +0000

description:
use gzopenfull()

diffstat:

 usr.bin/gzip/gzip.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r aa99f3c11b2c -r 80c85b87f497 usr.bin/gzip/gzip.c
--- a/usr.bin/gzip/gzip.c       Thu Jan 29 13:11:21 2004 +0000
+++ b/usr.bin/gzip/gzip.c       Thu Jan 29 13:18:58 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gzip.c,v 1.20 2004/01/25 05:19:49 grant Exp $  */
+/*     $NetBSD: gzip.c,v 1.21 2004/01/29 13:18:58 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.20 2004/01/25 05:19:49 grant Exp $");
+__RCSID("$NetBSD: gzip.c,v 1.21 2004/01/29 13:18:58 mrg Exp $");
 #endif /* not lint */
 
 /*
@@ -90,7 +90,7 @@
 
 /* Define this if you have the NetBSD gzopenfull(3) extension to zlib(3) */
 #ifndef HAVE_ZLIB_GZOPENFULL
-#define HAVE_ZLIB_GZOPENFULL 0
+#define HAVE_ZLIB_GZOPENFULL 1
 #endif
 
 static const char      gzip_version[] = "NetBSD gzip 2.1";



Home | Main Index | Thread Index | Old Index