Subject: CVS commit: pkgsrc/pkgtools/mtree/files
To: None <pkgsrc-changes@NetBSD.org>
From: Klaus Heinz <heinz@netbsd.org>
List: pkgsrc-changes
Date: 04/16/2004 23:43:36
Module Name: pkgsrc
Committed By: heinz
Date: Fri Apr 16 23:43:36 UTC 2004
Modified Files:
pkgsrc/pkgtools/mtree/files: compare.c config.h.in configure
configure.ac create.c stat_flags.c verify.c
Log Message:
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.2 -r1.3 pkgsrc/pkgtools/mtree/files/compare.c \
pkgsrc/pkgtools/mtree/files/create.c pkgsrc/pkgtools/mtree/files/verify.c
cvs rdiff -r1.4 -r1.5 pkgsrc/pkgtools/mtree/files/config.h.in \
pkgsrc/pkgtools/mtree/files/configure \
pkgsrc/pkgtools/mtree/files/configure.ac
cvs rdiff -r1.1 -r1.2 pkgsrc/pkgtools/mtree/files/stat_flags.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.