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.22 (requested by thorpe...



details:   https://anonhg.NetBSD.org/src/rev/ef635177c73d
branches:  netbsd-1-6
changeset: 529620:ef635177c73d
user:      he <he%NetBSD.org@localhost>
date:      Sun Dec 01 19:09:59 2002 +0000

description:
Pull up revision 1.22 (requested by thorpej in ticket #834):
  Always NetBSD's own fts(3) in compat builds.  Some systems
  (among them RedHat 7.3) do not have fts(3) implementations
  which work correctly with -D_FILE_OFFSET_BITS=64.

diffstat:

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

diffs (17 lines):

diff -r b6f574aef666 -r ef635177c73d tools/compat/config.h.in
--- a/tools/compat/config.h.in  Sun Dec 01 19:09:39 2002 +0000
+++ b/tools/compat/config.h.in  Sun Dec 01 19:09:59 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: config.h.in,v 1.18.2.2 2002/11/30 15:10:39 he Exp $    */
+/*     $NetBSD: config.h.in,v 1.18.2.3 2002/12/01 19:09:59 he Exp $    */
 
 #ifndef        __NETBSD_COMPAT_CONFIG_H__
 #define        __NETBSD_COMPAT_CONFIG_H__
@@ -11,7 +11,6 @@
 #undef HAVE_DIRENT_H
 #undef HAVE_ERR_H
 #undef HAVE_FEATURES_H
-#undef HAVE_FTS_H
 #undef HAVE_INTTYPES_H
 #undef HAVE_LIBGEN_H
 #undef HAVE_NDIR_H



Home | Main Index | Thread Index | Old Index