Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/compat tools/compat: regen



details:   https://anonhg.NetBSD.org/src/rev/130794d7566f
branches:  trunk
changeset: 378109:130794d7566f
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Jul 20 16:22:30 2023 +0000

description:
tools/compat: regen

diffstat:

 tools/compat/configure          |  2 +-
 tools/compat/nbtool_config.h.in |  5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (33 lines):

diff -r 9b103fa029b8 -r 130794d7566f tools/compat/configure
--- a/tools/compat/configure    Thu Jul 20 16:21:23 2023 +0000
+++ b/tools/compat/configure    Thu Jul 20 16:22:30 2023 +0000
@@ -5306,7 +5306,7 @@ for ac_func in atoll asprintf asnprintf 
        dprintf esetfunc fgetln flock fpurge __fpurge futimes getline \
        getopt getopt_long group_from_gid gid_from_group \
        heapsort isblank issetugid lchflags lchmod lchown lutimes mkstemp \
-       mkdtemp poll pread putc_unlocked pwcache_userdb pwcache_groupdb \
+       mkdtemp poll posix_spawn pread putc_unlocked pwcache_userdb pwcache_groupdb \
        pwrite raise_default_signal random reallocarr reallocarray setenv \
        setgroupent setprogname setpassent \
        snprintb_m snprintf strlcat strlcpy strmode \
diff -r 9b103fa029b8 -r 130794d7566f tools/compat/nbtool_config.h.in
--- a/tools/compat/nbtool_config.h.in   Thu Jul 20 16:21:23 2023 +0000
+++ b/tools/compat/nbtool_config.h.in   Thu Jul 20 16:22:30 2023 +0000
@@ -1,6 +1,6 @@
 /* nbtool_config.h.in.  Generated from configure.ac by autoheader.  */
 
-/*      $NetBSD: nbtool_config.h.in,v 1.55 2023/05/30 19:04:42 lukem Exp $    */
+/*      $NetBSD: nbtool_config.h.in,v 1.56 2023/07/20 16:22:30 lukem Exp $    */
  
 #ifndef __NETBSD_NBTOOL_CONFIG_H__
 #define __NETBSD_NBTOOL_CONFIG_H__
@@ -581,6 +581,9 @@
 /* Define to 1 if you have the `poll' function. */
 #undef HAVE_POLL
 
+/* Define to 1 if you have the `posix_spawn' function. */
+#undef HAVE_POSIX_SPAWN
+
 /* Define to 1 if you have the `pread' function. */
 #undef HAVE_PREAD
 



Home | Main Index | Thread Index | Old Index