From: espie Date: Wed, 23 Jul 2014 14:35:17 +0000 (+0000) Subject: move misleading comment X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=33ff38d231b3e71c024ac1aff2454150c9564043;p=openbsd move misleading comment --- 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',