pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/mtree/files Wording nit in comments.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8e185f4ce739
branches: trunk
changeset: 479696:8e185f4ce739
user: jlam <jlam%pkgsrc.org@localhost>
date: Sat Aug 21 04:17:31 2004 +0000
description:
Wording nit in comments.
diffstat:
pkgtools/mtree/files/config.h.in | 3 +--
pkgtools/mtree/files/configure.ac | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diffs (26 lines):
diff -r 9f5d090ac135 -r 8e185f4ce739 pkgtools/mtree/files/config.h.in
--- a/pkgtools/mtree/files/config.h.in Sat Aug 21 04:10:40 2004 +0000
+++ b/pkgtools/mtree/files/config.h.in Sat Aug 21 04:17:31 2004 +0000
@@ -236,8 +236,7 @@
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t
-/* define HAVE_FILE_FLAGS if the user- and root-changeable masks
-were detected */
+/* Define to 1 if the user- and root-changeable masks were detected */
#if HAVE_STRUCT_STAT_ST_FLAGS && HAVE_DECL_UF_SETTABLE && HAVE_DECL_SF_SETTABLE
#define HAVE_FILE_FLAGS 1
#endif
diff -r 9f5d090ac135 -r 8e185f4ce739 pkgtools/mtree/files/configure.ac
--- a/pkgtools/mtree/files/configure.ac Sat Aug 21 04:10:40 2004 +0000
+++ b/pkgtools/mtree/files/configure.ac Sat Aug 21 04:17:31 2004 +0000
@@ -30,8 +30,7 @@
AC_CHECK_MEMBERS([struct stat.st_rdev])
AC_CHECK_MEMBERS([struct stat.st_flags])
AC_CHECK_DECLS([UF_SETTABLE, SF_SETTABLE])
-AH_BOTTOM([/* define HAVE_FILE_FLAGS if the user- and root-changeable masks
-were detected */
+AH_BOTTOM([/* Define to 1 if the user- and root-changeable masks were detected */
#if HAVE_STRUCT_STAT_ST_FLAGS && HAVE_DECL_UF_SETTABLE && HAVE_DECL_SF_SETTABLE
#define HAVE_FILE_FLAGS 1
#endif
Home |
Main Index |
Thread Index |
Old Index