diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-01-08 06:41:50 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-01-08 06:41:50 +0000 |
commit | d63a1150f7119cb41de3ead774d5c46d3fb683a4 (patch) | |
tree | ea7a416fb57717729eeaf3106f50493dce8c52c5 /bin/pax/tar.c | |
parent | 35766553910fb9706909f0f7d546d2aaa2f49c90 (diff) |
Zap trailing whitespace
Diffstat (limited to 'bin/pax/tar.c')
-rw-r--r-- | bin/pax/tar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/tar.c b/bin/pax/tar.c index d476e5e8a7b..1a46545ba7d 100644 --- a/bin/pax/tar.c +++ b/bin/pax/tar.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tar.c,v 1.51 2014/01/08 04:58:36 guenther Exp $ */ +/* $OpenBSD: tar.c,v 1.52 2014/01/08 06:41:49 guenther Exp $ */ /* $NetBSD: tar.c,v 1.5 1995/03/21 09:07:49 cgd Exp $ */ /*- @@ -784,7 +784,7 @@ ustar_rd(ARCHD *arcn, char *buf) } } - if (!arcn->ln_nlen && + if (!arcn->ln_nlen && hd->typeflag != LONGLINKTYPE && hd->typeflag != LONGNAMETYPE) { arcn->ln_nlen = expandname(arcn->ln_name, sizeof(arcn->ln_name), &gnu_link_string, hd->linkname, sizeof(hd->linkname)); |