From 33ff38d231b3e71c024ac1aff2454150c9564043 Mon Sep 17 00:00:00 2001 From: espie Date: Wed, 23 Jul 2014 14:35:17 +0000 Subject: [PATCH] move misleading comment --- usr.sbin/pkg_add/OpenBSD/Ustar.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/pkg_add/OpenBSD/Ustar.pm b/usr.sbin/pkg_add/OpenBSD/Ustar.pm index f9fc2e7c654..d41b3302a25 100644 --- a/usr.sbin/pkg_add/OpenBSD/Ustar.pm +++ b/usr.sbin/pkg_add/OpenBSD/Ustar.pm @@ -1,5 +1,5 @@ # ex:ts=8 sw=4: -# $OpenBSD: Ustar.pm,v 1.79 2014/07/07 16:43:55 espie Exp $ +# $OpenBSD: Ustar.pm,v 1.80 2014/07/23 14:35:17 espie Exp $ # # Copyright (c) 2002-2014 Marc Espie # @@ -38,8 +38,8 @@ use constant { MAXPREFIX => 155, MAXUSERNAME => 32, MAXGROUPNAME => 32, - # XXX those are NOT supported, just recognized XHDR => 'x', + # XXX those are NOT supported, just recognized GHDR => 'g', LONGLINK => 'K', LONGNAME => 'L', -- 2.20.1