CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/01 15:45:50
Modified files:
usr.bin/sort : sort.c
Log message:
Remove some unneeded NULL checks that don't really help anything.
It is better to crash when given bad input rather than producing
a wrong result. None of the checks can actually be triggered.
