Subject: CVS commit: pkgsrc/archivers/pax/files
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 08/21/2004 04:20:50
Module Name:	pkgsrc
Committed By:	jlam
Date:		Sat Aug 21 04:20:50 UTC 2004

Modified Files:
	pkgsrc/archivers/pax/files: config.h.in configure configure.ac
	    file_subs.c ftree.c stat_flags.c tables.c

Log Message:
Mirror change in archivers/mtree by <heinz> on 2004/04/16:

Introduce HAVE_FILE_FLAGS if the system declares UF_SETTABLE and SF_SETTABLE
in addition to member 'st_flags' of struct stat. Use HAVE_FILE_FLAGS instead
of HAVE_STRUCT_STAT_ST_FLAGS.
This avoids confusion on UnixWare which has 'st_flags' but does _not_ support
file flags.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/archivers/pax/files/config.h.in
cvs rdiff -r1.10 -r1.11 pkgsrc/archivers/pax/files/configure \
    pkgsrc/archivers/pax/files/configure.ac
cvs rdiff -r1.9 -r1.10 pkgsrc/archivers/pax/files/file_subs.c
cvs rdiff -r1.7 -r1.8 pkgsrc/archivers/pax/files/ftree.c
cvs rdiff -r1.2 -r1.3 pkgsrc/archivers/pax/files/stat_flags.c
cvs rdiff -r1.4 -r1.5 pkgsrc/archivers/pax/files/tables.c

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