artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4ec2d2
)
move misleading comment
author
espie
<espie@openbsd.org>
Wed, 23 Jul 2014 14:35:17 +0000
(14:35 +0000)
committer
espie
<espie@openbsd.org>
Wed, 23 Jul 2014 14:35:17 +0000
(14:35 +0000)
usr.sbin/pkg_add/OpenBSD/Ustar.pm
patch
|
blob
|
history
diff --git
a/usr.sbin/pkg_add/OpenBSD/Ustar.pm
b/usr.sbin/pkg_add/OpenBSD/Ustar.pm
index
f9fc2e7
..
d41b330
100644
(file)
--- 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 <espie@openbsd.org>
#
@@
-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',