Page MenuHomeFreeBSD

ctfmerge: remove function cast of strcompare() for qsort()
ClosedPublic

Authored by minsoochoo0122_proton.me on Feb 2 2024, 10:12 PM.
Referenced Files
Unknown Object (File)
Sun, May 24, 4:57 AM
Unknown Object (File)
Sun, May 24, 4:57 AM
Unknown Object (File)
Fri, May 22, 5:46 AM
Unknown Object (File)
Sun, May 17, 10:59 PM
Unknown Object (File)
Apr 28 2026, 6:10 AM
Unknown Object (File)
Apr 25 2026, 5:57 AM
Unknown Object (File)
Apr 21 2026, 12:11 PM
Unknown Object (File)
Apr 13 2026, 7:16 AM

Details

Summary

qsort(tifiles, nifiles, sizeof (char *), strcompare); also works.

Test Plan

make buildworld

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

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.

minsoochoo0122_proton.me retitled this revision from ctfmerge: specify parameter types of strcompare() for qsort() to ctfmerge: remove function cast of strcompare() for qsort().Feb 3 2024, 2:55 AM
This revision is now accepted and ready to land.Feb 3 2024, 3:09 AM