CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/01 15:33:01
Modified files:
usr.bin/sort : file.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.
