Source-Changes-HG archive

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

[src/netbsd-1-6]: src/tools/compat Pull up revision 1.21 (requested by thorpe...



details:   https://anonhg.NetBSD.org/src/rev/7590f609e402
branches:  netbsd-1-6
changeset: 529588:7590f609e402
user:      he <he%NetBSD.org@localhost>
date:      Sat Nov 30 15:10:39 2002 +0000

description:
Pull up revision 1.21 (requested by thorpej in ticket #807):
   o Check for mkstemp() and mkdtemp(), and build them into
     libcompat if necessary.
   o mktemp is now a host-tool, so remove the now obsoleted
     script.

diffstat:

 tools/compat/config.h.in |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 99cd9024deb6 -r 7590f609e402 tools/compat/config.h.in
--- a/tools/compat/config.h.in  Sat Nov 30 15:10:12 2002 +0000
+++ b/tools/compat/config.h.in  Sat Nov 30 15:10:39 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: config.h.in,v 1.18.2.1 2002/11/03 16:19:10 he Exp $    */
+/*     $NetBSD: config.h.in,v 1.18.2.2 2002/11/30 15:10:39 he Exp $    */
 
 #ifndef        __NETBSD_COMPAT_CONFIG_H__
 #define        __NETBSD_COMPAT_CONFIG_H__
@@ -62,6 +62,8 @@
 #undef HAVE_LCHMOD
 #undef HAVE_LCHOWN
 #undef HAVE_LUTIMES
+#undef HAVE_MKSTEMP
+#undef HAVE_MKDTEMP
 #undef HAVE_PREAD
 #undef HAVE_PWCACHE_USERDB
 #undef HAVE_PWRITE



Home | Main Index | Thread Index | Old Index