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.1 (new, requested by th...



details:   https://anonhg.NetBSD.org/src/rev/5f09bd032730
branches:  netbsd-1-6
changeset: 529622:5f09bd032730
user:      he <he%NetBSD.org@localhost>
date:      Sun Dec 01 19:10:45 2002 +0000

description:
Pull up revision 1.1 (new, 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/fts.h |  5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diffs (9 lines):

diff -r ff0a4649fe91 -r 5f09bd032730 tools/compat/fts.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/compat/fts.h        Sun Dec 01 19:10:45 2002 +0000
@@ -0,0 +1,5 @@
+/*     $NetBSD: fts.h,v 1.1.2.2 2002/12/01 19:10:45 he Exp $   */
+
+/* We unconditionally use the NetBSD fts(3) in libnbcompat. */
+#include "config.h"
+#include "../../include/fts.h"



Home | Main Index | Thread Index | Old Index