Subject: CVS commit: src/bin/pax
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 06/16/2004 14:26:24
Module Name:	src
Committed By:	christos
Date:		Wed Jun 16 14:26:24 UTC 2004

Modified Files:
	src/bin/pax: tar.c

Log Message:
PR/25934: Dieter Baron: hard links with long names still fail.
As mentioned in the previous commit, the switch statement in the longlink()
needed simplification and it was a bit incorrect. Only depend on the passed
type to determine what kind of gnu longlink to produce. Don't try to deduce
it from the archive file type.


To generate a diff of this commit:
cvs rdiff -r1.55 -r1.56 src/bin/pax/tar.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.