diff options
author | Xin LI <delphij@FreeBSD.org> | 2011-09-28 18:03:53 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2011-09-28 18:03:53 +0000 |
commit | f13a03d89ec6d10cf9ecae7971a6d23640871920 (patch) | |
tree | 709deec5e7425fe5f4cf90042cca96d442a6eaa1 /usr.bin/gzip | |
parent | ae7bd33eb54d70b3bd6eaaafa190632dfb40f2c5 (diff) | |
download | src-f13a03d89ec6d10cf9ecae7971a6d23640871920.tar.gz src-f13a03d89ec6d10cf9ecae7971a6d23640871920.zip |
Notes
Diffstat (limited to 'usr.bin/gzip')
-rw-r--r-- | usr.bin/gzip/zuncompress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/gzip/zuncompress.c b/usr.bin/gzip/zuncompress.c index 1d0b66f0ac7b..f7f50af2b9d1 100644 --- a/usr.bin/gzip/zuncompress.c +++ b/usr.bin/gzip/zuncompress.c @@ -1,4 +1,4 @@ -/* $NetBSD: zuncompress.c,v 1.8 2010/11/06 21:42:32 mrg Exp $ */ +/* $NetBSD: zuncompress.c,v 1.11 2011/08/16 13:55:02 joerg Exp $ */ /*- * Copyright (c) 1985, 1986, 1992, 1993 |