diff options
author | jlam <jlam@pkgsrc.org> | 2004-08-21 04:17:31 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-08-21 04:17:31 +0000 |
commit | 4bb76e71bf5a9ed99c6fa2e487f740d8c188f54f (patch) | |
tree | f59274e2fd67092248736979a2b15b319cfcc11b | |
parent | 9488cfa1457efebae86e232bc3bc9b694abf9a9a (diff) | |
download | pkgsrc-4bb76e71bf5a9ed99c6fa2e487f740d8c188f54f.tar.gz |
Wording nit in comments.
-rw-r--r-- | pkgtools/mtree/files/config.h.in | 3 | ||||
-rw-r--r-- | pkgtools/mtree/files/configure.ac | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/pkgtools/mtree/files/config.h.in b/pkgtools/mtree/files/config.h.in index 6023477baf2..a594ed6087b 100644 --- a/pkgtools/mtree/files/config.h.in +++ b/pkgtools/mtree/files/config.h.in @@ -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 --git a/pkgtools/mtree/files/configure.ac b/pkgtools/mtree/files/configure.ac index 94f0d5cd4ee..04fc51432d3 100644 --- a/pkgtools/mtree/files/configure.ac +++ b/pkgtools/mtree/files/configure.ac @@ -30,8 +30,7 @@ AC_TYPE_SIZE_T 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 |