qsort(tifiles, nifiles, sizeof (char *), strcompare); also works.
Details
Details
make buildworld
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 55769 Build 52658: arc lint + arc unit
Event Timeline
Comment Actions
qsort(tifiles, nifiles, sizeof (char *), strcompare); also works.
If we can just get rid of the cast, and it looks like we can, then let's do that.