diff options
author | delphij <delphij@FreeBSD.org> | 2015-10-27 21:26:05 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2015-10-27 21:26:05 +0000 |
commit | baca5b7f5b87ce207818b6beceb38d34cee1ffee (patch) | |
tree | 9d2cc4982a77c2cbcdbef2ac434a51efc18555b4 /usr.bin/gzip | |
parent | e98b0226ffb430b2713cc6f254eadea0c15aeee4 (diff) | |
download | FreeBSD-src-baca5b7f5b87ce207818b6beceb38d34cee1ffee.zip FreeBSD-src-baca5b7f5b87ce207818b6beceb38d34cee1ffee.tar.gz |
Update NetBSD RCS IDs to reflect the changes being upstreamed.
MFC after: 13 days
X-MFC-With: r290024
Diffstat (limited to 'usr.bin/gzip')
-rw-r--r-- | usr.bin/gzip/gzip.1 | 2 | ||||
-rw-r--r-- | usr.bin/gzip/gzip.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/gzip/gzip.1 b/usr.bin/gzip/gzip.1 index 1693724..0b5a38f 100644 --- a/usr.bin/gzip/gzip.1 +++ b/usr.bin/gzip/gzip.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: gzip.1,v 1.25 2015/04/06 21:41:17 wiz Exp $ +.\" $NetBSD: gzip.1,v 1.26 2015/10/27 07:36:18 mrg Exp $ .\" .\" Copyright (c) 1997, 2003, 2004 Matthew R. Green .\" All rights reserved. diff --git a/usr.bin/gzip/gzip.c b/usr.bin/gzip/gzip.c index 81839ae..8f22abc 100644 --- a/usr.bin/gzip/gzip.c +++ b/usr.bin/gzip/gzip.c @@ -1,4 +1,4 @@ -/* $NetBSD: gzip.c,v 1.108 2015/04/15 02:29:12 christos Exp $ */ +/* $NetBSD: gzip.c,v 1.109 2015/10/27 07:36:18 mrg Exp $ */ /*- * Copyright (c) 1997, 1998, 2003, 2004, 2006 Matthew R. Green |