Subject: CVS commit: src/bin/pax
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 06/15/2004 21:52:00
Module Name: src
Committed By: christos
Date: Tue Jun 15 21:52:00 UTC 2004
Modified Files:
src/bin/pax: tar.c
Log Message:
PR/25934: Dieter Baron: tar and hardlinks with long filenames don't work.
- always put the @LongLink tag on the name, not the long-link name.
- pass in what type of long name record we want to create; one for long-name
or long-link name.
XXX: We should get rid of the switch too.
To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 src/bin/pax/tar.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.