MFC after: never
Relnotes: yes
Sponsored by: Klara, Inc.
Details
Details
- Reviewers
imp kevans - Group Reviewers
Klara - Commits
- rGda2025a0e894: fts: Add FTS_COMFOLLOWDIR and FTS_NOSTAT_TYPE.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 63987 Build 60871: arc lint + arc unit
Event Timeline
lib/libc/gen/fts.c | ||
---|---|---|
914 | I'd be tempted to add a default case since d_type isn't an enum. What are we doing with, e.g., DT_UNKNOWN? |
lib/libc/gen/fts.c | ||
---|---|---|
914 | I'm not sure DT_UNKNOWN can happen, but leaving it unchanged as FTS_NSOK is fine. |
lib/libc/gen/fts.c | ||
---|---|---|
914 | Sure, works for me. cd9660 has a DT_UNK OWN tendency, fwiw. |