diff options
author | delphij <delphij@FreeBSD.org> | 2017-05-31 05:29:20 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2017-05-31 05:29:20 +0000 |
commit | e00c2f148038314610a765fe564cf200deda7d85 (patch) | |
tree | c9087145e004fd98cfcc3792d073bbee1bc68067 | |
parent | 4b7bf2a87440f1bc207c6b856bbe3f0ff00a539c (diff) | |
download | FreeBSD-src-e00c2f148038314610a765fe564cf200deda7d85.zip FreeBSD-src-e00c2f148038314610a765fe564cf200deda7d85.tar.gz |
MFC r313327:
Reflect actual NetBSD revision we already have.
-rw-r--r-- | usr.bin/gzip/unxz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/gzip/unxz.c b/usr.bin/gzip/unxz.c index c8a0a53..0d20fa3 100644 --- a/usr.bin/gzip/unxz.c +++ b/usr.bin/gzip/unxz.c @@ -1,4 +1,4 @@ -/* $NetBSD: unxz.c,v 1.5 2011/09/30 01:32:21 christos Exp $ */ +/* $NetBSD: unxz.c,v 1.6 2016/01/29 15:19:01 christos Exp $ */ /*- * Copyright (c) 2011 The NetBSD Foundation, Inc. |