CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/01/04 08:20:30
Modified files:
lib/libc/stdlib: qsort.c
Log message:
Remove unnecessary casts of 'a' to char * since 'a' is already char *.
This is a remnant from the original 4.4BSD code that had 'a' as
void * in the function args. No binary change. OK bluhm@
