NetBSD/tools/compat/fts.h
briggs a94d82e6f9 Always use NetBSD's fts(3) in compat builds. Some systems (notably
Red Hat 7.3, at least) do not have fts(3) implementations that work
correctly with -D_FILE_OFFSET_BITS=64.
2002-09-16 04:10:36 +00:00

6 lines
175 B
C

/* $NetBSD: fts.h,v 1.1 2002/09/16 04:10:37 briggs Exp $ */
/* We unconditionally use the NetBSD fts(3) in libnbcompat. */
#include "config.h"
#include "../../include/fts.h"