Source-Changes-HG archive

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

[src/netbsd-1-6]: src/lib/libc/gen Pull up revision 1.40 (requested by thorpe...



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

description:
Pull up revision 1.40 (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:

 lib/libc/gen/__fts13.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r d46d7d6c5cb7 -r b6f574aef666 lib/libc/gen/__fts13.c
--- a/lib/libc/gen/__fts13.c    Sun Dec 01 19:03:06 2002 +0000
+++ b/lib/libc/gen/__fts13.c    Sun Dec 01 19:09:39 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: __fts13.c,v 1.39 2002/02/26 22:29:40 tv Exp $  */
+/*     $NetBSD: __fts13.c,v 1.39.2.1 2002/12/01 19:09:39 he Exp $      */
 
 /*-
  * Copyright (c) 1990, 1993, 1994
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)fts.c      8.6 (Berkeley) 8/14/94";
 #else
-__RCSID("$NetBSD: __fts13.c,v 1.39 2002/02/26 22:29:40 tv Exp $");
+__RCSID("$NetBSD: __fts13.c,v 1.39.2.1 2002/12/01 19:09:39 he Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 
@@ -93,7 +93,6 @@
     " include <fts.h> for correct reference")
 #endif
 
-#if !HAVE_FTS_H
 static FTSENT  *fts_alloc __P((FTS *, const char *, size_t));
 static FTSENT  *fts_build __P((FTS *, int));
 static void     fts_lfree __P((FTSENT *));
@@ -1207,4 +1206,3 @@
        }
        return ret;
 }
-#endif /* !HAVE_FTS_H */



Home | Main Index | Thread Index | Old Index