On Tue, Mar 13, 2012 at 08:25:19PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Wed Mar 14 00:25:19 UTC 2012 > > Modified Files: > src/lib/libc/compat/gen: compat___fts13.c compat___fts30.c > compat___fts31.c > src/lib/libc/gen: fts.c > > Log Message: > rename the macros ftsent_ since they apply to the ftsent struct not the > fts one.
Which re-introduces the problem. fts.c line 255 uses the ftsent_namelen_truncate from fts.c, not from compat_fts.c. Joerg