Subject: CVS commit: src/bin/pax
To: None <source-changes@NetBSD.org>
From: Thor Lancelot Simon <tls@netbsd.org>
List: source-changes
Date: 01/10/2008 04:24:52
Module Name:	src
Committed By:	tls
Date:		Thu Jan 10 04:24:52 UTC 2008

Modified Files:
	src/bin/pax: extern.h file_subs.c ftree.c tables.c

Log Message:
Teach set_ftime about symbolic links, because it has to know: on some
Linux systems, when we build as a tool we think we have lutimes but it
doesn't work on some filesystems at runtime.  A bit ugly but effective
and without use of AC_TRY_RUN in the tool build.  Tidier (than mine)
set_ftime reorganization from christos.


To generate a diff of this commit:
cvs rdiff -r1.53 -r1.54 src/bin/pax/extern.h
cvs rdiff -r1.60 -r1.61 src/bin/pax/file_subs.c
cvs rdiff -r1.35 -r1.36 src/bin/pax/ftree.c
cvs rdiff -r1.29 -r1.30 src/bin/pax/tables.c

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